Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FIX TMC menu message (MarlinFirmware#20294)
Browse files Browse the repository at this point in the history
BsCmOD authored and thinkyhead committed Apr 26, 2021

Verified

This commit was signed with the committer’s verified signature. The key has expired.
weihanglo Weihang Lo
1 parent e0d873e commit 484e170
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
@@ -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);

0 comments on commit 484e170

Please sign in to comment.