Menu headers followup
This commit is contained in:
@ -196,6 +196,7 @@ void menu_move();
|
||||
//////// Menu Item Helper Functions ////////
|
||||
////////////////////////////////////////////
|
||||
|
||||
void lcd_move_z();
|
||||
void _lcd_draw_homing();
|
||||
|
||||
#define HAS_LINE_TO_Z ANY(DELTA, PROBE_MANUALLY, MESH_BED_LEVELING, LEVEL_BED_CORNERS)
|
||||
@ -230,3 +231,7 @@ void _lcd_draw_homing();
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
#if ENABLED(TOUCH_SCREEN_CALIBRATION)
|
||||
void touch_screen_calibration();
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user