setting sane defaults for new features

pull/26/head^2
Jason Bruce 2021-06-07 10:32:17 -04:00
rodzic afcb7d5abf
commit c5e5acc725
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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