🧑💻 HAS_MARLINUI_MENU, HAS_MANUAL_MOVE_MENU
This commit is contained in:
@ -89,7 +89,7 @@
|
||||
#include "../feature/mmu/mmu2.h"
|
||||
#endif
|
||||
|
||||
#if HAS_LCD_MENU
|
||||
#if HAS_MARLINUI_MENU
|
||||
#include "../lcd/marlinui.h"
|
||||
#endif
|
||||
|
||||
@ -1027,7 +1027,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.update());
|
||||
TERN_(HAS_MARLINUI_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