FIX TMC menu message (#20294)
This commit is contained in:
parent
b6a32500c4
commit
819ec462b8
@ -247,7 +247,7 @@ void menu_tmc_current() {
|
|||||||
|
|
||||||
void menu_tmc() {
|
void menu_tmc() {
|
||||||
START_MENU();
|
START_MENU();
|
||||||
BACK_ITEM(MSG_CONTROL);
|
BACK_ITEM(MSG_ADVANCED_SETTINGS);
|
||||||
SUBMENU(MSG_TMC_CURRENT, menu_tmc_current);
|
SUBMENU(MSG_TMC_CURRENT, menu_tmc_current);
|
||||||
#if ENABLED(HYBRID_THRESHOLD)
|
#if ENABLED(HYBRID_THRESHOLD)
|
||||||
SUBMENU(MSG_TMC_HYBRID_THRS, menu_tmc_hybrid_thrs);
|
SUBMENU(MSG_TMC_HYBRID_THRS, menu_tmc_hybrid_thrs);
|
||||||
|
Loading…
Reference in New Issue
Block a user