InsanityAutomation před 6 roky
rodič
revize
4961d8aa3e
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      Marlin/src/gcode/calibrate/G28.cpp

+ 1
- 1
Marlin/src/gcode/calibrate/G28.cpp Zobrazit soubor

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…
Zrušit
Uložit