Continue from the line following the M999 (PR#60)

If the printer is going to accept the M999,
then it should continue from that line number.
master
Richard Wackerbarth 9 years ago
parent f3ab1dba54
commit 9d8cc24abf

@ -5083,7 +5083,7 @@ inline void gcode_M907() {
inline void gcode_M999() { inline void gcode_M999() {
Running = true; Running = true;
lcd_reset_alert_level(); lcd_reset_alert_level();
gcode_LastN = Stopped_gcode_LastN; // gcode_LastN = Stopped_gcode_LastN;
FlushSerialRequestResend(); FlushSerialRequestResend();
} }

Loading…
Cancel
Save