From ed36041b67e8bbbacae0710af8c4a5e4ffc030fa Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Tue, 13 May 2025 11:14:30 -0400 Subject: [PATCH] resonance_tester: Fix typo Fix typo introduced in 307c03e48. Signed-off-by: Kevin O'Connor --- klippy/extras/resonance_tester.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/klippy/extras/resonance_tester.py b/klippy/extras/resonance_tester.py index 9534f88e..a4d3876f 100644 --- a/klippy/extras/resonance_tester.py +++ b/klippy/extras/resonance_tester.py @@ -128,7 +128,7 @@ class ResonanceTestExecutor: reactor = self.printer.get_reactor() toolhead = self.printer.lookup_object('toolhead') tpos = toolhead.get_position() - X, Y = thpos[:2] + X, Y = tpos[:2] # Override maximum acceleration and acceleration to # deceleration based on the maximum test frequency systime = reactor.monotonic()