From c5e5acc725475e7fcc1b4566eb76b2fbb4e984e8 Mon Sep 17 00:00:00 2001 From: Jason Bruce Date: Mon, 7 Jun 2021 10:32:17 -0400 Subject: [PATCH] setting sane defaults for new features --- config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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