diff --git a/klippy/mcu.py b/klippy/mcu.py index c71c3e105..112a50a78 100644 --- a/klippy/mcu.py +++ b/klippy/mcu.py @@ -843,7 +843,7 @@ def _handle_shutdown(self, params): if ( msg.startswith("ADC out of range") or msg.startswith("Thermocouple reader fault") - ) and not get_danger_options().adc_ignore_limits: + ) and not get_danger_options().temp_ignore_limits: pheaters = self._printer.lookup_object("heaters") heaters = [ pheaters.lookup_heater(n) for n in pheaters.available_heaters