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.
Richard Wackerbarth 10 years ago
parent
commit
9d8cc24abf
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/Marlin_main.cpp

+ 1
- 1
Marlin/Marlin_main.cpp View File

@@ -5083,7 +5083,7 @@ inline void gcode_M907() {
5083 5083
 inline void gcode_M999() {
5084 5084
   Running = true;
5085 5085
   lcd_reset_alert_level();
5086
-  gcode_LastN = Stopped_gcode_LastN;
5086
+  // gcode_LastN = Stopped_gcode_LastN;
5087 5087
   FlushSerialRequestResend();
5088 5088
 }
5089 5089
 

Loading…
Cancel
Save