|
|
|
|
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
|