Move the test to the experimental menu
.
This commit is contained in:
parent
fb1c8ee0a3
commit
5c0d2767a8
@ -2073,10 +2073,6 @@ static void lcd_support_menu()
|
|||||||
#endif /* DEBUG_BUILD */
|
#endif /* DEBUG_BUILD */
|
||||||
|
|
||||||
#endif //MK1BP
|
#endif //MK1BP
|
||||||
|
|
||||||
#ifdef DEBUG_PULLUP_CRASH
|
|
||||||
MENU_ITEM_FUNCTION_P(_n("Test Pullup Crash"), TestPullupCrash);
|
|
||||||
#endif // DEBUG_PULLUP_CRASH
|
|
||||||
MENU_END();
|
MENU_END();
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -9071,6 +9067,10 @@ void lcd_experimental_menu()
|
|||||||
#ifdef TMC2130
|
#ifdef TMC2130
|
||||||
MENU_ITEM_TOGGLE_P(_N("E-cool mode"), UserECoolEnabled()?_T(MSG_ON):_T(MSG_OFF), UserECool_toggle);////MSG_MENU_ECOOL c=18
|
MENU_ITEM_TOGGLE_P(_N("E-cool mode"), UserECoolEnabled()?_T(MSG_ON):_T(MSG_OFF), UserECool_toggle);////MSG_MENU_ECOOL c=18
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef DEBUG_PULLUP_CRASH
|
||||||
|
MENU_ITEM_FUNCTION_P(_N("Test Pullup Crash"), TestPullupCrash);
|
||||||
|
#endif // DEBUG_PULLUP_CRASH
|
||||||
MENU_END();
|
MENU_END();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user