From 3101fc8d6f98fa124fbed55b661babc9a425537e Mon Sep 17 00:00:00 2001 From: David Ramiro Date: Sat, 17 Nov 2018 19:53:29 +0100 Subject: [PATCH] Raising maximum hotend temperature Due to a request, I am raising the maximum temperature allowed on the hotend more flexibility on ABS and PETG printing. --- Marlin/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 9b9c05d..94a8a88 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -350,7 +350,7 @@ // When temperature exceeds max temp, your heater will be switched off. // This feature exists to protect your hotend from overheating accidentally, but *NOT* from thermistor short/failure! // You should use MINTEMP for thermistor short/failure protection. -#define HEATER_0_MAXTEMP 245 +#define HEATER_0_MAXTEMP 255 #define HEATER_1_MAXTEMP 275 #define HEATER_2_MAXTEMP 275 #define HEATER_3_MAXTEMP 275