瀏覽代碼

Menu headers followup

Scott Lahteine 4 年之前
父節點
當前提交
bb8606ac29
共有 2 個文件被更改,包括 6 次插入1 次删除
  1. 5
    0
      Marlin/src/lcd/menu/menu.h
  2. 1
    1
      Marlin/src/lcd/tft/touch.cpp

+ 5
- 0
Marlin/src/lcd/menu/menu.h 查看文件

196
 //////// Menu Item Helper Functions ////////
196
 //////// Menu Item Helper Functions ////////
197
 ////////////////////////////////////////////
197
 ////////////////////////////////////////////
198
 
198
 
199
+void lcd_move_z();
199
 void _lcd_draw_homing();
200
 void _lcd_draw_homing();
200
 
201
 
201
 #define HAS_LINE_TO_Z ANY(DELTA, PROBE_MANUALLY, MESH_BED_LEVELING, LEVEL_BED_CORNERS)
202
 #define HAS_LINE_TO_Z ANY(DELTA, PROBE_MANUALLY, MESH_BED_LEVELING, LEVEL_BED_CORNERS)
230
   #endif
231
   #endif
231
 
232
 
232
 #endif
233
 #endif
234
+
235
+#if ENABLED(TOUCH_SCREEN_CALIBRATION)
236
+  void touch_screen_calibration();
237
+#endif

+ 1
- 1
Marlin/src/lcd/tft/touch.cpp 查看文件

24
 #include "touch.h"
24
 #include "touch.h"
25
 
25
 
26
 #include "../ultralcd.h"  // for ui methods
26
 #include "../ultralcd.h"  // for ui methods
27
-#include "../menu/menu.h" // for touch_screen_calibration
27
+#include "../menu/menu_item.h" // for touch_screen_calibration
28
 
28
 
29
 #include "../../module/temperature.h"
29
 #include "../../module/temperature.h"
30
 #include "../../module/planner.h"
30
 #include "../../module/planner.h"

Loading…
取消
儲存