Use NO_FETCH for Dual X G28 (#13539)

This commit is contained in:
InsanityAutomation 2019-03-31 20:50:40 -04:00 committed by Scott Lahteine
parent de0046fc8b
commit fbc7b51a24

View File

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