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:
Kevin O'Connor 2019-10-29 12:06:46 -04:00
parent befd263260
commit bd3c8920f6
4 changed files with 13 additions and 28 deletions

View file

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