🐛 Fix Formbot/T_Rex_3 max temp

This commit is contained in:
Scott Lahteine 2023-06-05 23:29:37 -05:00
parent 3d8ec922b6
commit 8827b814fd

View file

@ -637,7 +637,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 410
#define HEATER_0_MAXTEMP 305
#define HEATER_1_MAXTEMP 275
#define HEATER_2_MAXTEMP 275
#define HEATER_3_MAXTEMP 275