Skip to content

Commit 8417f71

Browse files
committed
config: tweak the thermal protection values
Ref: https://github.com/MarlinFirmware/Configurations/blob/a448faa/config/examples/Anet/A8/Configuration_adv.h#L269-L308 Signed-off-by: Bhavin Gandhi <bhavin7392@gmail.com>
1 parent 2020402 commit 8417f71

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

marlin-config/Configuration_adv.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,8 @@
186186
* THERMAL_PROTECTION_HYSTERESIS and/or THERMAL_PROTECTION_PERIOD
187187
*/
188188
#if ENABLED(THERMAL_PROTECTION_HOTENDS)
189-
#define THERMAL_PROTECTION_PERIOD 40 // Seconds
190-
#define THERMAL_PROTECTION_HYSTERESIS 4 // Degrees Celsius
189+
#define THERMAL_PROTECTION_PERIOD 60 // Seconds
190+
#define THERMAL_PROTECTION_HYSTERESIS 10 // Degrees Celsius
191191

192192
//#define ADAPTIVE_FAN_SLOWING // Slow part cooling fan if temperature drops
193193
#if BOTH(ADAPTIVE_FAN_SLOWING, PIDTEMP)
@@ -206,7 +206,7 @@
206206
* and/or decrease WATCH_TEMP_INCREASE. WATCH_TEMP_INCREASE should not be set
207207
* below 2.
208208
*/
209-
#define WATCH_TEMP_PERIOD 20 // Seconds
209+
#define WATCH_TEMP_PERIOD 40 // Seconds
210210
#define WATCH_TEMP_INCREASE 2 // Degrees Celsius
211211
#endif
212212

0 commit comments

Comments
 (0)