소스 검색

Update G28.cpp (#13539)

InsanityAutomation 6 년 전
부모
커밋
4961d8aa3e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      Marlin/src/gcode/calibrate/G28.cpp

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

@@ -417,7 +417,7 @@ void GcodeSuite::G28(const bool always_home_all) {
417 417
 
418 418
   // Restore the active tool after homing
419 419
   #if HOTENDS > 1 && (DISABLED(DELTA) || ENABLED(DELTA_HOME_TO_SAFE_ZONE))
420
-    #if ENABLED(PARKING_EXTRUDER)
420
+    #if ENABLED(PARKING_EXTRUDER) || ENABLED(DUAL_X_CARRIAGE)
421 421
       #define NO_FETCH false // fetch the previous toolhead
422 422
     #else
423 423
       #define NO_FETCH true

Loading…
취소
저장