aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/force_move.py
Commit message (Collapse)AuthorAgeFilesLines
* force_move: Avoid divide by zero in move time calculationKevin O'Connor2019-03-311-1/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* manual_stepper: Add support for moves with accelerationKevin O'Connor2019-03-031-9/+23
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* force_move: Provide defaults for SET_KINEMATIC_POSITION parametersKevin O'Connor2018-08-021-4/+4
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* force_move: Add support for FORCE_MOVE commandKevin O'Connor2018-07-261-5/+34
| | | | | | | Add initial support for commands that will forcibly move a stepper (without updating the kinematic classes with the new position). Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* force_move: Simplify STEPPER_BUZZ codeKevin O'Connor2018-07-261-26/+35
| | | | | | | Separate the setup and movement parts of cmd_STEPPER_BUZZ() into their own functions. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* force_move: Rename stepper_buzz.py to force_move.pyKevin O'Connor2018-07-261-0/+65
This is in preparation for extending the ability to make manual moves. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>