diff --git a/Marlin/src/inc/Version.h b/Marlin/src/inc/Version.h index 2e5ace0d..a8f9a9dc 100755 --- a/Marlin/src/inc/Version.h +++ b/Marlin/src/inc/Version.h @@ -41,7 +41,7 @@ * here we define this default string as the date where the latest release * version was tagged. */ - #define CUSTOM_BUILD_VERSION "1.2.0-b_4.7" + #define CUSTOM_BUILD_VERSION "1.2.0-b_4.10" #ifndef STRING_DISTRIBUTION_DATE #define STRING_DISTRIBUTION_DATE "2021-06-21" diff --git a/Marlin/src/lcd/anycubic_touchscreen.cpp b/Marlin/src/lcd/anycubic_touchscreen.cpp index 0b169d56..2e3fa765 100755 --- a/Marlin/src/lcd/anycubic_touchscreen.cpp +++ b/Marlin/src/lcd/anycubic_touchscreen.cpp @@ -2112,7 +2112,6 @@ void AnycubicTouchscreenClass::GetCommandFromTFT() if(CodeSeen('V')) { - //z_values[x][y] = (float)constrain(CodeValue()/100,-10,10); float new_z_value = float(constrain(CodeValue()/100,-10,10)); z_values[x][y] = new_z_value; set_bed_leveling_enabled(true); @@ -2134,7 +2133,7 @@ void AnycubicTouchscreenClass::GetCommandFromTFT() } break; case 35: //RESET AUTOBED DATE //M1000 - initializeGrid(); + //initializeGrid(); //done via special menu break; case 36: // A36 auto leveling (New Anycubic TFT) if( (planner.movesplanned()) || (card.isPrinting()) ) {