mirror of
https://github.com/andreili/klipper.git
synced 2025-08-23 19:34:06 +02:00
resonance_tester: Fix typo
Fix typo introduced in 307c03e48. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
1af219fad6
commit
ed36041b67
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user