From 784b6346362afa98db2019f92e2569571570c2d4 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Sun, 19 Feb 2023 19:23:36 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20Raise=20Max=20Temp=20to=20255=20?= =?UTF-8?q?for=20FLSUN/auto=5Fcalibrate?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../delta/FLSUN/auto_calibrate/Configuration.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/config/examples/delta/FLSUN/auto_calibrate/Configuration.h b/config/examples/delta/FLSUN/auto_calibrate/Configuration.h index 96ffb82ff2..96571231a8 100644 --- a/config/examples/delta/FLSUN/auto_calibrate/Configuration.h +++ b/config/examples/delta/FLSUN/auto_calibrate/Configuration.h @@ -621,14 +621,14 @@ // 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 250 -#define HEATER_1_MAXTEMP 250 -#define HEATER_2_MAXTEMP 250 -#define HEATER_3_MAXTEMP 250 -#define HEATER_4_MAXTEMP 250 -#define HEATER_5_MAXTEMP 250 -#define HEATER_6_MAXTEMP 250 -#define HEATER_7_MAXTEMP 250 +#define HEATER_0_MAXTEMP 255 +#define HEATER_1_MAXTEMP 255 +#define HEATER_2_MAXTEMP 255 +#define HEATER_3_MAXTEMP 255 +#define HEATER_4_MAXTEMP 255 +#define HEATER_5_MAXTEMP 255 +#define HEATER_6_MAXTEMP 255 +#define HEATER_7_MAXTEMP 255 #define BED_MAXTEMP 115 #define CHAMBER_MAXTEMP 60