소스 검색

Replace direct call to G28(true)

Scott Lahteine 4 년 전
부모
커밋
a75a25cd7c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      Marlin/src/gcode/calibrate/G76_M871.cpp

+ 1
- 1
Marlin/src/gcode/calibrate/G76_M871.cpp 파일 보기

@@ -121,7 +121,7 @@ void GcodeSuite::G76() {
121 121
       return;
122 122
     }
123 123
 
124
-    G28(true);
124
+    process_subcommands_now_P(PSTR("G28"));
125 125
   }
126 126
 
127 127
   /******************************************

Loading…
취소
저장