Browse Source

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.
pull/1/head
Richard Wackerbarth 9 years ago
parent
commit
9d8cc24abf
  1. 2
      Marlin/Marlin_main.cpp

2
Marlin/Marlin_main.cpp

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

Loading…
Cancel
Save