mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-07 06:57:39 -06:00
🐛 Reduce CartesioUI max temps
This commit is contained in:
parent
81221882af
commit
cee930d607
1 changed files with 8 additions and 8 deletions
|
@ -635,14 +635,14 @@
|
||||||
// Above this temperature the heater will be switched off.
|
// Above this temperature the heater will be switched off.
|
||||||
// This can protect components from overheating, but NOT from shorts and failures.
|
// This can protect components from overheating, but NOT from shorts and failures.
|
||||||
// (Use MINTEMP for thermistor short/failure protection.)
|
// (Use MINTEMP for thermistor short/failure protection.)
|
||||||
#define HEATER_0_MAXTEMP 415
|
#define HEATER_0_MAXTEMP 305
|
||||||
#define HEATER_1_MAXTEMP 415
|
#define HEATER_1_MAXTEMP 305
|
||||||
#define HEATER_2_MAXTEMP 415
|
#define HEATER_2_MAXTEMP 305
|
||||||
#define HEATER_3_MAXTEMP 415
|
#define HEATER_3_MAXTEMP 305
|
||||||
#define HEATER_4_MAXTEMP 415
|
#define HEATER_4_MAXTEMP 305
|
||||||
#define HEATER_5_MAXTEMP 415
|
#define HEATER_5_MAXTEMP 305
|
||||||
#define HEATER_6_MAXTEMP 415
|
#define HEATER_6_MAXTEMP 305
|
||||||
#define HEATER_7_MAXTEMP 415
|
#define HEATER_7_MAXTEMP 305
|
||||||
#define BED_MAXTEMP 165
|
#define BED_MAXTEMP 165
|
||||||
#define CHAMBER_MAXTEMP 60
|
#define CHAMBER_MAXTEMP 60
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue