setting named incorrectly in code. made it to 1700F and ran into this bug. needed 1888F. damnit.

This commit is contained in:
jason bruce 2022-12-21 22:34:49 -05:00
parent 90d10eb125
commit abaf155e5a

View File

@ -380,7 +380,7 @@ class Oven(threading.Thread):
if self.board.temp_sensor.status.over_error_limit():
log.info("emergency!!! too many errors in a short period")
if config.ignore_too_many_tc_errors == False:
if config.ignore_tc_too_many_errors == False:
self.abort_run()
def reset_if_schedule_ended(self):