mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-06 14:37:39 -06:00
🩹 Fix JGAurora A5 Heater 0 Max Temp (#940)
This commit is contained in:
parent
5809fc5a17
commit
3cf25fcecb
1 changed files with 1 additions and 1 deletions
|
@ -639,7 +639,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 265
|
||||
#define HEATER_0_MAXTEMP 260
|
||||
#define HEATER_1_MAXTEMP 275
|
||||
#define HEATER_2_MAXTEMP 275
|
||||
#define HEATER_3_MAXTEMP 275
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue