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"