Browse Source

Menu headers followup

vanilla_fb_2.0.x
Scott Lahteine 4 years ago
parent
commit
bb8606ac29
  1. 5
      Marlin/src/lcd/menu/menu.h
  2. 2
      Marlin/src/lcd/tft/touch.cpp

5
Marlin/src/lcd/menu/menu.h

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

2
Marlin/src/lcd/tft/touch.cpp

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