From bbea1aaf0470124834d4c511e468476321e4cb78 Mon Sep 17 00:00:00 2001 From: jbruce Date: Thu, 12 May 2022 21:15:58 -0400 Subject: [PATCH] changing default for pid control window to 10 degrees --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index 149f289..df4a05f 100644 --- a/config.py +++ b/config.py @@ -121,7 +121,7 @@ kiln_must_catch_up = True # or 100% off because the kiln is too hot. No integral builds up # outside the window. The bigger you make the window, the more # integral you will accumulate. -pid_control_window = 5 #degrees +pid_control_window = 10 #degrees # thermocouple offset # If you put your thermocouple in ice water and it reads 36F, you can