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.
This commit is contained in:
Richard Wackerbarth 2015-08-06 21:57:35 -05:00
parent f3ab1dba54
commit 9d8cc24abf

View File

@ -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();
} }