Some minor fixes
This commit is contained in:
@@ -41,7 +41,7 @@
|
|||||||
* here we define this default string as the date where the latest release
|
* here we define this default string as the date where the latest release
|
||||||
* version was tagged.
|
* 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
|
#ifndef STRING_DISTRIBUTION_DATE
|
||||||
#define STRING_DISTRIBUTION_DATE "2021-06-21"
|
#define STRING_DISTRIBUTION_DATE "2021-06-21"
|
||||||
|
@@ -2112,7 +2112,6 @@ void AnycubicTouchscreenClass::GetCommandFromTFT()
|
|||||||
|
|
||||||
if(CodeSeen('V'))
|
if(CodeSeen('V'))
|
||||||
{
|
{
|
||||||
//z_values[x][y] = (float)constrain(CodeValue()/100,-10,10);
|
|
||||||
float new_z_value = float(constrain(CodeValue()/100,-10,10));
|
float new_z_value = float(constrain(CodeValue()/100,-10,10));
|
||||||
z_values[x][y] = new_z_value;
|
z_values[x][y] = new_z_value;
|
||||||
set_bed_leveling_enabled(true);
|
set_bed_leveling_enabled(true);
|
||||||
@@ -2134,7 +2133,7 @@ void AnycubicTouchscreenClass::GetCommandFromTFT()
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case 35: //RESET AUTOBED DATE //M1000
|
case 35: //RESET AUTOBED DATE //M1000
|
||||||
initializeGrid();
|
//initializeGrid(); //done via special menu
|
||||||
break;
|
break;
|
||||||
case 36: // A36 auto leveling (New Anycubic TFT)
|
case 36: // A36 auto leveling (New Anycubic TFT)
|
||||||
if( (planner.movesplanned()) || (card.isPrinting()) ) {
|
if( (planner.movesplanned()) || (card.isPrinting()) ) {
|
||||||
|
Reference in New Issue
Block a user