Fix Tramming Wizard behavior (#20796)

This commit is contained in:
zeleps
2021-01-17 07:08:48 +02:00
committed by GitHub
parent fb41413b76
commit 1b19eed195
4 changed files with 14 additions and 6 deletions

View File

@ -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;