From cee930d607a4886f8654345138a51d420349ce96 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Mon, 5 Jun 2023 16:30:03 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Reduce=20CartesioUI=20max=20temp?= =?UTF-8?q?s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/examples/Cartesio/Configuration.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/config/examples/Cartesio/Configuration.h b/config/examples/Cartesio/Configuration.h index dd53ec7d78..5c1f1f80dc 100644 --- a/config/examples/Cartesio/Configuration.h +++ b/config/examples/Cartesio/Configuration.h @@ -635,14 +635,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 415 -#define HEATER_1_MAXTEMP 415 -#define HEATER_2_MAXTEMP 415 -#define HEATER_3_MAXTEMP 415 -#define HEATER_4_MAXTEMP 415 -#define HEATER_5_MAXTEMP 415 -#define HEATER_6_MAXTEMP 415 -#define HEATER_7_MAXTEMP 415 +#define HEATER_0_MAXTEMP 305 +#define HEATER_1_MAXTEMP 305 +#define HEATER_2_MAXTEMP 305 +#define HEATER_3_MAXTEMP 305 +#define HEATER_4_MAXTEMP 305 +#define HEATER_5_MAXTEMP 305 +#define HEATER_6_MAXTEMP 305 +#define HEATER_7_MAXTEMP 305 #define BED_MAXTEMP 165 #define CHAMBER_MAXTEMP 60