aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/stepper_buzz.py
Commit message (Collapse)AuthorAgeFilesLines
* stepper: Don't peak into PrinterStepper membersKevin O'Connor2018-06-221-5/+5
| | | | | | | Add additional wrapper functions so that no outside callers need to peak into the member variables of PrinterStepper. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* stepper: Add a is_stepper_enabled() method to PrinterStepperKevin O'Connor2018-06-221-1/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* stepper_buzz: Convert to iterative solverKevin O'Connor2018-06-201-2/+18
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* stepper_buzz: Move STEPPER_BUZZ command from stepper.py to new fileKevin O'Connor2018-06-201-0/+47
Add a klippy/extras/stepper_buzz.py file to handle the STEPPER_BUZZ command. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>