Increase maximum hotend target temperature to 300 degrees instead of 260.

This commit is contained in:
Knutwurst
2021-06-21 22:33:26 +02:00
parent 035538dac7
commit fc01d05bb6
2 changed files with 7 additions and 5 deletions

View File

@@ -529,7 +529,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 275
#define HEATER_0_MAXTEMP 300
#define HEATER_1_MAXTEMP 275
#define HEATER_2_MAXTEMP 275
#define HEATER_3_MAXTEMP 275