diff options
Diffstat (limited to 'klippy/klippy.py')
-rw-r--r-- | klippy/klippy.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/klippy/klippy.py b/klippy/klippy.py index ed71d699..2f82cfe5 100644 --- a/klippy/klippy.py +++ b/klippy/klippy.py @@ -85,9 +85,6 @@ class Printer: def connect_file(self, output, dictionary): self.reactor.update_timer(self.stats_timer, self.reactor.NEVER) self.mcu.connect_file(output, dictionary) - self.build_config() - self.gcode.run() - self.reactor.unregister_timer(self.connect_timer) def run(self): self.reactor.run() # If gcode exits, then exit the MCU |