Skip to content

Commit

Permalink
🩹 Raise Max Temp to 255 for FLSUN/auto_calibrate
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Feb 20, 2023
1 parent d4dba80 commit 784b634
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions config/examples/delta/FLSUN/auto_calibrate/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 784b634

Please sign in to comment.