kopia lustrzana https://github.com/jbruce12000/kiln-controller
setting sane defaults for new features
rodzic
afcb7d5abf
commit
c5e5acc725
|
@ -121,12 +121,12 @@ thermocouple_offset=0
|
|||
# some kilns/thermocouples start erroneously reporting "short" errors at higher temperatures
|
||||
# due to plasma forming in the kiln.
|
||||
# Set this to False to ignore these errors and assume the temperature reading was correct anyway
|
||||
honour_theromocouple_short_errors = True
|
||||
honour_theromocouple_short_errors = False
|
||||
|
||||
# number of samples of temperature to average.
|
||||
# If you suffer from the high temperature kiln issue and have set honour_theromocouple_short_errors to False,
|
||||
# you will likely need to increase this (eg I use 40)
|
||||
temperature_average_samples = 5
|
||||
temperature_average_samples = 40
|
||||
|
||||
# Thermocouple AC frequency filtering - set to True if in a 50Hz locale, else leave at False for 60Hz locale
|
||||
ac_freq_50hz = False
|
||||
|
|
Ładowanie…
Reference in New Issue