Merge upstream changes from Marlin 2.1.2.1 #462
@@ -740,7 +740,11 @@
|
|||||||
// Above this temperature the heater will be switched off.
|
// Above this temperature the heater will be switched off.
|
||||||
// This can protect components from overheating, but NOT from shorts and failures.
|
// This can protect components from overheating, but NOT from shorts and failures.
|
||||||
// (Use MINTEMP for thermistor short/failure protection.)
|
// (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_1_MAXTEMP 275
|
||||||
#define HEATER_2_MAXTEMP 275
|
#define HEATER_2_MAXTEMP 275
|
||||||
#define HEATER_3_MAXTEMP 275
|
#define HEATER_3_MAXTEMP 275
|
||||||
|
Reference in New Issue
Block a user