mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2026-02-20 00:31:35 +01:00
🩹 Fix build with Color UI touch items
This commit is contained in:
@@ -36,11 +36,9 @@
|
||||
#include "../../module/probe.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 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;
|
||||
|
||||
Reference in New Issue
Block a user