Skip to content

Commit

Permalink
🩹 Fix FT Motion menu Back item (MarlinFirmware#26175)
Browse files Browse the repository at this point in the history
  • Loading branch information
narno2202 authored and EvilGremlin committed Oct 26, 2023
1 parent 84c93d8 commit 8c08065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/lcd/menu/menu_motion.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 8c08065

Please sign in to comment.