Move BLTouch LCD menu from Main to Main/Control
This commit is contained in:
		| @@ -815,10 +815,6 @@ void kill_screen(const char* lcd_msg) { | ||||
|         MENU_ITEM(function, MSG_LIGHTS_ON, toggle_case_light); | ||||
|     #endif | ||||
|  | ||||
|     #if ENABLED(BLTOUCH) | ||||
|       MENU_ITEM(submenu, MSG_BLTOUCH, bltouch_menu); | ||||
|     #endif | ||||
|  | ||||
|     if (planner.movesplanned() || IS_SD_PRINTING) { | ||||
|       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); | ||||
|     #endif | ||||
|  | ||||
|     #if ENABLED(BLTOUCH) | ||||
|       MENU_ITEM(submenu, MSG_BLTOUCH, bltouch_menu); | ||||
|     #endif | ||||
|  | ||||
|     #if ENABLED(EEPROM_SETTINGS) | ||||
|       MENU_ITEM(function, MSG_STORE_EEPROM, lcd_store_settings); | ||||
|       MENU_ITEM(function, MSG_LOAD_EEPROM, lcd_load_settings); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user