Option to show babysteps total since G28 (#13580)
This commit is contained in:
parent
3221658a78
commit
9cee81d47e
91 changed files with 443 additions and 123 deletions
|
|
@ -428,7 +428,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) || ENABLED(DUAL_X_CARRIAGE)
|
||||
#if EITHER(PARKING_EXTRUDER, DUAL_X_CARRIAGE)
|
||||
#define NO_FETCH false // fetch the previous toolhead
|
||||
#else
|
||||
#define NO_FETCH true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue