From 3cf25fcecb767b41ffc27083eb4f197cb1ee2b45 Mon Sep 17 00:00:00 2001 From: JQ3B94 <52463691+JQ3B94@users.noreply.github.com> Date: Tue, 30 May 2023 01:37:41 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20Fix=20JGAurora=20A5=20Heater=200?= =?UTF-8?q?=20Max=20Temp=20(#940)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/examples/JGAurora/A5/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/examples/JGAurora/A5/Configuration.h b/config/examples/JGAurora/A5/Configuration.h index f4f2d0ad2f..c88eb2de0d 100644 --- a/config/examples/JGAurora/A5/Configuration.h +++ b/config/examples/JGAurora/A5/Configuration.h @@ -639,7 +639,7 @@ // 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 265 +#define HEATER_0_MAXTEMP 260 #define HEATER_1_MAXTEMP 275 #define HEATER_2_MAXTEMP 275 #define HEATER_3_MAXTEMP 275