diff --git a/config.py b/config.py index fed2ddd..966658e 100644 --- a/config.py +++ b/config.py @@ -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