FIX TMC menu message (#20294)

This commit is contained in:
BsCmOD 2020-11-27 04:25:18 +01:00 committed by GitHub
parent b6a32500c4
commit 819ec462b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);