Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | stepper: Don't peak into PrinterStepper members | Kevin O'Connor | 2018-06-22 | 1 | -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 PrinterStepper | Kevin O'Connor | 2018-06-22 | 1 | -1/+1 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | stepper_buzz: Convert to iterative solver | Kevin O'Connor | 2018-06-20 | 1 | -2/+18 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | stepper_buzz: Move STEPPER_BUZZ command from stepper.py to new file | Kevin O'Connor | 2018-06-20 | 1 | -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> |