Skip to content
Snippets Groups Projects
Commit 4961d8aa authored by InsanityAutomation's avatar InsanityAutomation Committed by Roxy-3D
Browse files

Update G28.cpp (#13539)

parent de0046fc
No related branches found
No related tags found
Loading
...@@ -417,7 +417,7 @@ void GcodeSuite::G28(const bool always_home_all) { ...@@ -417,7 +417,7 @@ void GcodeSuite::G28(const bool always_home_all) {
// Restore the active tool after homing // Restore the active tool after homing
#if HOTENDS > 1 && (DISABLED(DELTA) || ENABLED(DELTA_HOME_TO_SAFE_ZONE)) #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 #define NO_FETCH false // fetch the previous toolhead
#else #else
#define NO_FETCH true #define NO_FETCH true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment