Skip to content

Commit

Permalink
FIX TMC menu message (MarlinFirmware#20294)
Browse files Browse the repository at this point in the history
  • Loading branch information
BsCmOD authored and RFBomb committed Dec 23, 2020
1 parent 39e2b53 commit 78e1903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/lcd/menu/menu_tmc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ void menu_tmc_current() {

void menu_tmc() {
START_MENU();
BACK_ITEM(MSG_CONTROL);
BACK_ITEM(MSG_ADVANCED_SETTINGS);
SUBMENU(MSG_TMC_CURRENT, menu_tmc_current);
#if ENABLED(HYBRID_THRESHOLD)
SUBMENU(MSG_TMC_HYBRID_THRS, menu_tmc_hybrid_thrs);
Expand Down

0 comments on commit 78e1903

Please sign in to comment.