Fix Tramming Wizard behavior (#20796)
This commit is contained in:
@ -918,7 +918,7 @@ void tool_change(const uint8_t new_tool, bool no_move/*=false*/) {
|
||||
DEBUG_ECHOLNPGM("No move (not homed)");
|
||||
}
|
||||
|
||||
TERN_(HAS_LCD_MENU, if (!no_move) ui.return_to_status());
|
||||
TERN_(HAS_LCD_MENU, if (!no_move) ui.update());
|
||||
|
||||
#if ENABLED(DUAL_X_CARRIAGE)
|
||||
const bool idex_full_control = dual_x_carriage_mode == DXC_FULL_CONTROL_MODE;
|
||||
|
Reference in New Issue
Block a user