mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-08-09 14:55:10 -06:00
🩹 Raise Max Temp to 255 for FLSUN/auto_calibrate
This commit is contained in:
parent
d4dba801cc
commit
784b634636
1 changed files with 8 additions and 8 deletions
|
@ -621,14 +621,14 @@
|
|||
// 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 250
|
||||
#define HEATER_1_MAXTEMP 250
|
||||
#define HEATER_2_MAXTEMP 250
|
||||
#define HEATER_3_MAXTEMP 250
|
||||
#define HEATER_4_MAXTEMP 250
|
||||
#define HEATER_5_MAXTEMP 250
|
||||
#define HEATER_6_MAXTEMP 250
|
||||
#define HEATER_7_MAXTEMP 250
|
||||
#define HEATER_0_MAXTEMP 255
|
||||
#define HEATER_1_MAXTEMP 255
|
||||
#define HEATER_2_MAXTEMP 255
|
||||
#define HEATER_3_MAXTEMP 255
|
||||
#define HEATER_4_MAXTEMP 255
|
||||
#define HEATER_5_MAXTEMP 255
|
||||
#define HEATER_6_MAXTEMP 255
|
||||
#define HEATER_7_MAXTEMP 255
|
||||
#define BED_MAXTEMP 115
|
||||
#define CHAMBER_MAXTEMP 60
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue