Skip to content

Commit

Permalink
Continue from the line following the M999 (PR#60)
Browse files Browse the repository at this point in the history
If the printer is going to accept the M999,
then it should continue from that line number.
  • Loading branch information
Wackerbarth committed Aug 8, 2015
1 parent f3ab1db commit 9d8cc24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/Marlin_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}

Expand Down

0 comments on commit 9d8cc24

Please sign in to comment.