From d93ff45af69ee25663e8f0380a9cf9f17e1e8501 Mon Sep 17 00:00:00 2001 From: Knutwurst <36196269+knutwurst@users.noreply.github.com> Date: Fri, 2 Jun 2023 08:48:41 +0200 Subject: [PATCH] Set build version and date. Also enable TFT debugging. --- Marlin/src/inc/Version.h | 4 ++-- Marlin/src/lcd/extui/knutwurst/anycubic_touchscreen.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Marlin/src/inc/Version.h b/Marlin/src/inc/Version.h index 4851a65f..f02c4896 100755 --- a/Marlin/src/inc/Version.h +++ b/Marlin/src/inc/Version.h @@ -41,10 +41,10 @@ * here we define this default string as the date where the latest release * version was tagged. */ - #define CUSTOM_BUILD_VERSION "1.5.0" + #define CUSTOM_BUILD_VERSION "1.5.0-b7" #ifndef STRING_DISTRIBUTION_DATE - #define STRING_DISTRIBUTION_DATE "2023-05-31" + #define STRING_DISTRIBUTION_DATE "2023-06-02" #endif /** diff --git a/Marlin/src/lcd/extui/knutwurst/anycubic_touchscreen.cpp b/Marlin/src/lcd/extui/knutwurst/anycubic_touchscreen.cpp index 9aa1706c..07989886 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"