From 6437bbfe91b55b89db7f05600887b4164950b748 Mon Sep 17 00:00:00 2001 From: Knutwurst <36196269+knutwurst@users.noreply.github.com> Date: Sun, 20 Jun 2021 12:46:32 +0200 Subject: [PATCH] Reset temp values to maximum possible and fix typo. --- Marlin/Configuration.h | 18 +++++++++--------- Marlin/src/lcd/anycubic_touchscreen.h | 4 ++-- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 1f171167..c72e468d 100755 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -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 ================================ diff --git a/Marlin/src/lcd/anycubic_touchscreen.h b/Marlin/src/lcd/anycubic_touchscreen.h index 320e8275..36e82e76 100755 --- a/Marlin/src/lcd/anycubic_touchscreen.h +++ b/Marlin/src/lcd/anycubic_touchscreen.h @@ -97,7 +97,7 @@ char *ftostr32(const float &); #define SM_Z_DN_001_S "" #define SM_BLTOUCH_L "" #define SM_BLTOUCH_S "" -#define SM_RESETLV_L "" +#define SM_RESETLV_L "" #define SM_RESETLV_S "" #define SM_PAUSE_L "" #define SM_PAUSE_S "" @@ -174,7 +174,7 @@ char *ftostr32(const float &); #define SM_Z_DN_001_S ".gcode" #define SM_BLTOUCH_S ".gcode" +#define SM_RESETLV_L " .gcode" #define SM_RESETLV_S "" #define SM_PAUSE_L " .gcode" #define SM_PAUSE_S "