- another comment for a feature to fix
This commit is contained in:
parent
a27acbace5
commit
b524360443
@ -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 + \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user