Menu headers followup

2.0.x
Scott Lahteine 4 years ago
parent 45d22d4f09
commit bb8606ac29

@ -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

@ -24,7 +24,7 @@
#include "touch.h"
#include "../ultralcd.h" // for ui methods
#include "../menu/menu.h" // for touch_screen_calibration
#include "../menu/menu_item.h" // for touch_screen_calibration
#include "../../module/temperature.h"
#include "../../module/planner.h"

Loading…
Cancel
Save