mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-08 07:27:43 -06:00
mcu: Remove set_ignore_move()
Update callers of set_ignore_move() to use the trapq system to set a stepper to ignore moves. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
befd263260
commit
bd3c8920f6
4 changed files with 13 additions and 28 deletions
|
@ -81,7 +81,6 @@ class PrinterStepper:
|
|||
self.generate_steps = mcu_stepper.generate_steps
|
||||
self.set_trapq = mcu_stepper.set_trapq
|
||||
self.set_stepper_kinematics = mcu_stepper.set_stepper_kinematics
|
||||
self.set_ignore_move = mcu_stepper.set_ignore_move
|
||||
self.calc_position_from_coord = mcu_stepper.calc_position_from_coord
|
||||
self.set_position = mcu_stepper.set_position
|
||||
self.get_commanded_position = mcu_stepper.get_commanded_position
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue