Show M211 output with workspace offset
This commit is contained in:
@ -316,13 +316,12 @@ void GcodeSuite::G28(const bool always_home_all) {
|
||||
|
||||
// Restore the active tool after homing
|
||||
#if HOTENDS > 1
|
||||
tool_change(old_tool_index, 0,
|
||||
#if ENABLED(PARKING_EXTRUDER)
|
||||
false // fetch the previous toolhead
|
||||
#else
|
||||
true
|
||||
#endif
|
||||
);
|
||||
#if ENABLED(PARKING_EXTRUDER)
|
||||
#define NO_FETCH false // fetch the previous toolhead
|
||||
#else
|
||||
#define NO_FETCH true
|
||||
#endif
|
||||
tool_change(old_tool_index, 0, NO_FETCH);
|
||||
#endif
|
||||
|
||||
lcd_refresh();
|
||||
|
Reference in New Issue
Block a user