Drop commented code_is_good lines

master
Scott Lahteine 9 years ago
parent 068d4a1eb2
commit 9beed830eb

@ -5300,8 +5300,6 @@ void process_next_command() {
case 92: // G92
gcode_G92();
break;
// default: code_is_good = false;
}
break;
@ -5732,8 +5730,6 @@ void process_next_command() {
case 999: // M999: Restart after being Stopped
gcode_M999();
break;
// default: code_is_good = false;
}
break;

Loading…
Cancel
Save