resonance_tester: Fix typo

Fix typo introduced in 307c03e48.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor 2025-05-13 11:14:30 -04:00
parent 1af219fad6
commit ed36041b67

View File

@ -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()