소스 검색

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 9 년 전
부모
커밋
9d8cc24abf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      Marlin/Marlin_main.cpp

+ 1
- 1
Marlin/Marlin_main.cpp 파일 보기

@@ -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…
취소
저장