diff options
Diffstat (limited to 'config/example-extras.cfg')
-rw-r--r-- | config/example-extras.cfg | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/config/example-extras.cfg b/config/example-extras.cfg index 29e42455..ca57f065 100644 --- a/config/example-extras.cfg +++ b/config/example-extras.cfg @@ -133,15 +133,18 @@ # 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: 10 +#hysteresis: 5 # 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 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 15. +# target temperature. The default is 5. +#max_error: 120 +# The maximum temperature difference a heater that falls outside the +# target temperature range may accumulate before an error is +# raised. For example, if the target temperature is 200, the +# hysteresis is 5, the max_error is 120, and the temperature is +# reported at 185 degrees for 12 seconds then an error would be +# raised (or 24 seconds at 190, or 120 seconds at 194, etc.). The +# default is 120. # Multi-stepper axes. On a cartesian style printer, the stepper |