diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-03-11 13:22:45 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-03-11 13:29:28 -0400 |
commit | 57d342b4554f7155e81afdba389e0a192d8f5d8e (patch) | |
tree | 86bc697e60e7843c9d9ddcc2a7d008eb0cab0a8d /config | |
parent | 5208fc38edc7e62958bfc51de7918351b888b408 (diff) | |
download | kutter-57d342b4554f7155e81afdba389e0a192d8f5d8e.tar.gz kutter-57d342b4554f7155e81afdba389e0a192d8f5d8e.tar.xz kutter-57d342b4554f7155e81afdba389e0a192d8f5d8e.zip |
verify_heater: Change default hysteresis to 10 degrees
A default of 4 degrees and 10 seconds may be too aggressive - change
the default to 10 degrees and 15 seconds.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'config')
-rw-r--r-- | config/example-extras.cfg | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index fa48e780..29e42455 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -133,15 +133,15 @@ # The amount of time (in seconds) that the heating_gain must be met # in before an error is raised. The default is 20 seconds for # extruders and 60 seconds for heater_bed. -#hysteresis: 4 +#hysteresis: 10 # The difference between the target temperature and the current # temperature for the heater to be considered within range of the -# target temperature. The default is 4. -#check_time: 10 +# target temperature. The default is 10. +#check_time: 15 # The amount of time (in seconds) a heater that has reached the # target temperature (as defined by the hysteresis field) may fall # outside the target temperature range before an error is -# raised. The default is 10. +# raised. The default is 15. # Multi-stepper axes. On a cartesian style printer, the stepper |