diff --git a/Marlin/src/inc/Version.h b/Marlin/src/inc/Version.h index e2ba6b37..b9a330c0 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.2.0-beta.1" + #define CUSTOM_BUILD_VERSION "1.2.0-alpha.4" #ifndef STRING_DISTRIBUTION_DATE - #define STRING_DISTRIBUTION_DATE "2021-04-13" + #define STRING_DISTRIBUTION_DATE "2021-04-14" #endif /** diff --git a/Marlin/src/lcd/anycubic_touchscreen.cpp b/Marlin/src/lcd/anycubic_touchscreen.cpp index 2ea5d2ca..dbeaeffc 100755 --- a/Marlin/src/lcd/anycubic_touchscreen.cpp +++ b/Marlin/src/lcd/anycubic_touchscreen.cpp @@ -34,9 +34,8 @@ #include "../module/temperature.h" #include "../module/motion.h" #include "../module/configuration_store.h" -#include "../sd/cardreader.h" #include "../module/probe.h" - +#include "../sd/cardreader.h" #ifdef ANYCUBIC_TOUCHSCREEN #include "anycubic_touchscreen.h" diff --git a/Marlin/src/module/configuration_store.cpp b/Marlin/src/module/configuration_store.cpp index 043680dc..77ea08ec 100755 --- a/Marlin/src/module/configuration_store.cpp +++ b/Marlin/src/module/configuration_store.cpp @@ -720,8 +720,8 @@ void MarlinSettings::postprocess() { EEPROM_WRITE(bilinear_start); #if ENABLED(KNUTWURST_TFT_LEVELING) - int z_values_index = eeprom_index; - int z_values_size = sizeof(z_values); + z_values_index = eeprom_index; + z_values_size = sizeof(z_values); #endif #if ENABLED(AUTO_BED_LEVELING_BILINEAR)