Menu headers followup

This commit is contained in:
Scott Lahteine 2020-08-21 20:26:16 -05:00
parent 45d22d4f09
commit bb8606ac29
2 changed files with 6 additions and 1 deletions

View File

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

View File

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