소스 검색

Fix TouchMI stow in G34 (#21291)

Cal1sto 4 년 전
부모
커밋
8c512191b2
No account linked to committer's email address
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3
    3
      Marlin/src/gcode/calibrate/G34_M422.cpp

+ 3
- 3
Marlin/src/gcode/calibrate/G34_M422.cpp 파일 보기

@@ -410,9 +410,9 @@ void GcodeSuite::G34() {
410 410
         SERIAL_ECHOLNPAIR_F("Accuracy: ", z_maxdiff);
411 411
       }
412 412
 
413
-      // Stow the probe, as the last call to probe.probe_at_point(...) left
414
-      // the probe deployed if it was successful.
415
-      probe.stow();
413
+      // Stow the probe because the last call to probe.probe_at_point(...)
414
+      // leaves the probe deployed when it's successful.
415
+      IF_DISABLED(TOUCH_MI_PROBE, probe.stow());
416 416
 
417 417
       #if ENABLED(HOME_AFTER_G34)
418 418
         // After this operation the z position needs correction

Loading…
취소
저장