mirror of
https://github.com/andreili/klipper.git
synced 2025-08-24 03:44: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()
|
reactor = self.printer.get_reactor()
|
||||||
toolhead = self.printer.lookup_object('toolhead')
|
toolhead = self.printer.lookup_object('toolhead')
|
||||||
tpos = toolhead.get_position()
|
tpos = toolhead.get_position()
|
||||||
X, Y = thpos[:2]
|
X, Y = tpos[:2]
|
||||||
# Override maximum acceleration and acceleration to
|
# Override maximum acceleration and acceleration to
|
||||||
# deceleration based on the maximum test frequency
|
# deceleration based on the maximum test frequency
|
||||||
systime = reactor.monotonic()
|
systime = reactor.monotonic()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user