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.
This commit is contained in:
David Ramiro 2018-11-17 19:53:29 +01:00
parent 77ceef9625
commit 3101fc8d6f
No known key found for this signature in database
GPG Key ID: 5B042737EBEEB736
1 changed files with 1 additions and 1 deletions

View File

@ -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