Skip to content

Commit

Permalink
Extras: fix missing executor in resonance_generator
Browse files Browse the repository at this point in the history
  • Loading branch information
miklschmidt committed Dec 17, 2024
1 parent aae8f6b commit 8fc389d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configuration/klippy/resonance_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ def __init__(self, config):
self.oscillator = VibrationGenerator(config)
tester_config = config.getsection('resonance_tester')
self.generator = resonance_tester.SweepingVibrationsTestGenerator(tester_config)
self.executor = resonance_tester.ResonanceTestExecutor(tester_config)

self.gcode = self.printer.lookup_object('gcode')
self.gcode.register_command("OSCILLATE",
Expand Down

0 comments on commit 8fc389d

Please sign in to comment.