mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-11-26 13:25:54 +00:00
🩹 Fix FT Motion menu Back item (#26175)
This commit is contained in:
parent
b5a08c2518
commit
be91eaed2c
@ -396,7 +396,7 @@ void menu_move() {
|
||||
#endif
|
||||
|
||||
START_MENU();
|
||||
BACK_ITEM(MSG_ADVANCED_SETTINGS);
|
||||
BACK_ITEM(MSG_MOTION);
|
||||
|
||||
SUBMENU(MSG_FTM_MODE, menu_ftm_mode);
|
||||
MENU_ITEM_ADDON_START_RJ(5); lcd_put_u8str(ftmode); MENU_ITEM_ADDON_END();
|
||||
|
Loading…
Reference in New Issue
Block a user