Skip to content

Commit

Permalink
config: tweak the thermal protection values
Browse files Browse the repository at this point in the history
  • Loading branch information
bhavin192 committed Mar 5, 2022
1 parent 2020402 commit 8417f71
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions marlin-config/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,8 @@
* THERMAL_PROTECTION_HYSTERESIS and/or THERMAL_PROTECTION_PERIOD
*/
#if ENABLED(THERMAL_PROTECTION_HOTENDS)
#define THERMAL_PROTECTION_PERIOD 40 // Seconds
#define THERMAL_PROTECTION_HYSTERESIS 4 // Degrees Celsius
#define THERMAL_PROTECTION_PERIOD 60 // Seconds
#define THERMAL_PROTECTION_HYSTERESIS 10 // Degrees Celsius

//#define ADAPTIVE_FAN_SLOWING // Slow part cooling fan if temperature drops
#if BOTH(ADAPTIVE_FAN_SLOWING, PIDTEMP)
Expand All @@ -206,7 +206,7 @@
* and/or decrease WATCH_TEMP_INCREASE. WATCH_TEMP_INCREASE should not be set
* below 2.
*/
#define WATCH_TEMP_PERIOD 20 // Seconds
#define WATCH_TEMP_PERIOD 40 // Seconds
#define WATCH_TEMP_INCREASE 2 // Degrees Celsius
#endif

Expand Down

0 comments on commit 8417f71

Please sign in to comment.