setting named incorrectly in code. made it to 1700F and ran into this bug. needed 1888F. damnit.
This commit is contained in:
parent
90d10eb125
commit
abaf155e5a
@ -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):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user