resonance_tester: Fix typo
Fix typo introduced in 307c03e48.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user