mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-12-29 02:40:41 -07:00
🩹 Fix build with Color UI touch items
This commit is contained in:
parent
c0becd6ce1
commit
2a137d6744
2 changed files with 7 additions and 4 deletions
|
|
@ -44,11 +44,9 @@
|
|||
#include "../../feature/babystep.h"
|
||||
#endif
|
||||
|
||||
#if HAS_GRAPHICAL_TFT
|
||||
#if ALL(TOUCH_SCREEN, HAS_GRAPHICAL_TFT)
|
||||
#include "../tft/tft.h"
|
||||
#if ENABLED(TOUCH_SCREEN)
|
||||
#include "../tft/touch.h"
|
||||
#endif
|
||||
#include "../tft/touch.h"
|
||||
#endif
|
||||
|
||||
#if ENABLED(LCD_BED_LEVELING) && ANY(PROBE_MANUALLY, MESH_BED_LEVELING)
|
||||
|
|
|
|||
|
|
@ -36,6 +36,11 @@
|
|||
#define XATC_Y_POSITION ((probe.max_y() - probe.min_y())/2)
|
||||
#endif
|
||||
|
||||
#if ALL(TOUCH_SCREEN, HAS_GRAPHICAL_TFT)
|
||||
#include "../tft/tft.h"
|
||||
#include "../tft/touch.h"
|
||||
#endif
|
||||
|
||||
void _goto_manual_move_z(const_float_t);
|
||||
|
||||
float measured_z, z_offset;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue