Reset temp values to maximum possible and fix typo.

This commit is contained in:
Knutwurst
2021-06-20 12:46:32 +02:00
parent 74bef229c1
commit 6437bbfe91
2 changed files with 11 additions and 11 deletions

View File

@@ -529,15 +529,15 @@
// Above this temperature the heater will be switched off.
// This can protect components from overheating, but NOT from shorts and failures.
// (Use MINTEMP for thermistor short/failure protection.)
#define HEATER_0_MAXTEMP 400
#define HEATER_1_MAXTEMP 400
#define HEATER_2_MAXTEMP 400
#define HEATER_3_MAXTEMP 400
#define HEATER_4_MAXTEMP 400
#define HEATER_5_MAXTEMP 400
#define HEATER_6_MAXTEMP 400
#define HEATER_7_MAXTEMP 400
#define BED_MAXTEMP 180
#define HEATER_0_MAXTEMP 275
#define HEATER_1_MAXTEMP 275
#define HEATER_2_MAXTEMP 275
#define HEATER_3_MAXTEMP 275
#define HEATER_4_MAXTEMP 275
#define HEATER_5_MAXTEMP 275
#define HEATER_6_MAXTEMP 275
#define HEATER_7_MAXTEMP 275
#define BED_MAXTEMP 150
//===========================================================================
//============================= PID Settings ================================

View File

@@ -97,7 +97,7 @@ char *ftostr32(const float &);
#define SM_Z_DN_001_S "<ZDN001>"
#define SM_BLTOUCH_L "<Start Auto Leveling>"
#define SM_BLTOUCH_S "<BLTCH>"
#define SM_RESETLV_L "<Reset Auto Leveling>"
#define SM_RESETLV_L "<Reset Level Grid>"
#define SM_RESETLV_S "<RSTLV>"
#define SM_PAUSE_L "<Fil. Change Pause>"
#define SM_PAUSE_S "<PAUSE>"
@@ -174,7 +174,7 @@ char *ftostr32(const float &);
#define SM_Z_DN_001_S "<ZDOWN~3.GCO"
#define SM_BLTOUCH_L "<Start AutoLeveling>.gcode"
#define SM_BLTOUCH_S "<BLTOU~1.GCO"
#define SM_RESETLV_L "<Reset AutoLeveling>.gcode"
#define SM_RESETLV_L "<Reset Level Grid> .gcode"
#define SM_RESETLV_S "<RSTLV~1.GCO>"
#define SM_PAUSE_L "<Fil. Change Pause> .gcode"
#define SM_PAUSE_S "<FILCH~2.GCO"