diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 159b7c2a..049616eb 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -740,7 +740,11 @@ // 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 300 +#if ENABLED(KNUTWURST_4MAXP2) + #define HEATER_0_MAXTEMP 300 +#else + #define HEATER_0_MAXTEMP 285 +#endif #define HEATER_1_MAXTEMP 275 #define HEATER_2_MAXTEMP 275 #define HEATER_3_MAXTEMP 275