|
@ -196,6 +196,7 @@ void menu_move(); |
|
|
//////// Menu Item Helper Functions ////////
|
|
|
//////// Menu Item Helper Functions ////////
|
|
|
////////////////////////////////////////////
|
|
|
////////////////////////////////////////////
|
|
|
|
|
|
|
|
|
|
|
|
void lcd_move_z(); |
|
|
void _lcd_draw_homing(); |
|
|
void _lcd_draw_homing(); |
|
|
|
|
|
|
|
|
#define HAS_LINE_TO_Z ANY(DELTA, PROBE_MANUALLY, MESH_BED_LEVELING, LEVEL_BED_CORNERS) |
|
|
#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 |
|
|
|
|
|
|
|
|
#endif |
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
#if ENABLED(TOUCH_SCREEN_CALIBRATION) |
|
|
|
|
|
void touch_screen_calibration(); |
|
|
|
|
|
#endif |
|
|