We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a960f00 + 401b5aa commit 3d49e9bCopy full SHA for 3d49e9b
Klipper_Files/Extra module/ercf.py
@@ -564,7 +564,7 @@ def _setup_heater_off_reactor(self):
564
def _handle_pause_timeout(self, eventtime):
565
self._log_info("Disable extruder heater")
566
self.gcode.run_script_from_command("M104 S0")
567
- return self.heater_off_reactor.NEVER
+ return self.reactor.NEVER
568
569
def _pause(self):
570
self._track_pause_start()
0 commit comments