From 09b448773f8131b1c6533942e1a17209914d7aac Mon Sep 17 00:00:00 2001 From: Knutwurst <36196269+knutwurst@users.noreply.github.com> Date: Tue, 6 Jun 2023 17:01:43 +0200 Subject: [PATCH] Revert define, because it breaks the build. --- Marlin/src/lcd/extui/knutwurst/anycubic_touchscreen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/src/lcd/extui/knutwurst/anycubic_touchscreen.cpp b/Marlin/src/lcd/extui/knutwurst/anycubic_touchscreen.cpp index 33000adb..1c55803c 100755 --- a/Marlin/src/lcd/extui/knutwurst/anycubic_touchscreen.cpp +++ b/Marlin/src/lcd/extui/knutwurst/anycubic_touchscreen.cpp @@ -34,7 +34,7 @@ #define ANYCUBIC_TFT_DEBUG //#define KNUTWURST_DGUS2_TFT -#define KNUTWURST_TFT_LEVELING +//#define KNUTWURST_TFT_LEVELING #ifdef ANYCUBIC_TOUCHSCREEN #include "./anycubic_touchscreen.h"