瀏覽代碼

Use NO_FETCH for Dual X G28 (#13539)

InsanityAutomation 6 年之前
父節點
當前提交
fbc7b51a24
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      Marlin/src/gcode/calibrate/G28.cpp

+ 1
- 1
Marlin/src/gcode/calibrate/G28.cpp 查看文件

417
 
417
 
418
   // Restore the active tool after homing
418
   // Restore the active tool after homing
419
   #if HOTENDS > 1 && (DISABLED(DELTA) || ENABLED(DELTA_HOME_TO_SAFE_ZONE))
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
       #define NO_FETCH false // fetch the previous toolhead
421
       #define NO_FETCH false // fetch the previous toolhead
422
     #else
422
     #else
423
       #define NO_FETCH true
423
       #define NO_FETCH true

Loading…
取消
儲存