Move BLTouch LCD menu from Main to Main/Control
This commit is contained in:
parent
83b6bc8e05
commit
3279337f47
@ -815,10 +815,6 @@ void kill_screen(const char* lcd_msg) {
|
|||||||
MENU_ITEM(function, MSG_LIGHTS_ON, toggle_case_light);
|
MENU_ITEM(function, MSG_LIGHTS_ON, toggle_case_light);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ENABLED(BLTOUCH)
|
|
||||||
MENU_ITEM(submenu, MSG_BLTOUCH, bltouch_menu);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
if (planner.movesplanned() || IS_SD_PRINTING) {
|
if (planner.movesplanned() || IS_SD_PRINTING) {
|
||||||
MENU_ITEM(submenu, MSG_TUNE, lcd_tune_menu);
|
MENU_ITEM(submenu, MSG_TUNE, lcd_tune_menu);
|
||||||
}
|
}
|
||||||
@ -2152,6 +2148,10 @@ void kill_screen(const char* lcd_msg) {
|
|||||||
MENU_ITEM(submenu, MSG_DRIVE_STRENGTH, lcd_dac_menu);
|
MENU_ITEM(submenu, MSG_DRIVE_STRENGTH, lcd_dac_menu);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(BLTOUCH)
|
||||||
|
MENU_ITEM(submenu, MSG_BLTOUCH, bltouch_menu);
|
||||||
|
#endif
|
||||||
|
|
||||||
#if ENABLED(EEPROM_SETTINGS)
|
#if ENABLED(EEPROM_SETTINGS)
|
||||||
MENU_ITEM(function, MSG_STORE_EEPROM, lcd_store_settings);
|
MENU_ITEM(function, MSG_STORE_EEPROM, lcd_store_settings);
|
||||||
MENU_ITEM(function, MSG_LOAD_EEPROM, lcd_load_settings);
|
MENU_ITEM(function, MSG_LOAD_EEPROM, lcd_load_settings);
|
||||||
|
Loading…
Reference in New Issue
Block a user