From b52436044317571e3b67015eb87d1e374b82e324 Mon Sep 17 00:00:00 2001 From: jbruce12000 Date: Wed, 17 Mar 2021 20:14:00 -0400 Subject: [PATCH] - another comment for a feature to fix --- lib/oven.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/oven.py b/lib/oven.py index 8486ba8..ac17315 100644 --- a/lib/oven.py +++ b/lib/oven.py @@ -168,6 +168,7 @@ class Oven(threading.Thread): if config.kiln_must_catch_up == True: temp = self.board.temp_sensor.temperature + \ config.thermocouple_offset + # FIX do this for cooling too if self.target - temp > config.kiln_must_catch_up_max_error: log.info("kiln must catch up, shifting schedule") self.start_time = self.start_time + \