aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/force_move.py
Commit message (Expand)AuthorAgeFilesLines
* tmc: Query the stepper step_distance from the stepper objectKevin O'Connor2020-02-011-0/+4
* stepper: Track if using units of radians instead of millimetersKevin O'Connor2020-01-061-3/+9
* force_move: Make sure to flush step generation queue after each moveKevin O'Connor2019-11-241-2/+3
* toolhead: Rename _full_flush() to flush_step_generation() and use globallyKevin O'Connor2019-11-211-1/+2
* stepper: Move MCU_stepper from mcu.py to stepper.pyKevin O'Connor2019-11-121-3/+5
* stepper_enable: Move enable tracking from stepper.py to stepper_enable.pyKevin O'Connor2019-11-121-3/+5
* toolhead: Calculate and store axes_r in move classKevin O'Connor2019-11-061-5/+8
* trapq: Remove move_fill()Kevin O'Connor2019-11-061-6/+3
* mcu: Remove set_ignore_move()Kevin O'Connor2019-11-061-8/+5
* force_move: Convert step generation to use trapq systemKevin O'Connor2019-11-061-2/+9
* force_move: Avoid divide by zero in move time calculationKevin O'Connor2019-03-311-1/+1
* manual_stepper: Add support for moves with accelerationKevin O'Connor2019-03-031-9/+23
* force_move: Provide defaults for SET_KINEMATIC_POSITION parametersKevin O'Connor2018-08-021-4/+4
* force_move: Add support for FORCE_MOVE commandKevin O'Connor2018-07-261-5/+34
* force_move: Simplify STEPPER_BUZZ codeKevin O'Connor2018-07-261-26/+35
* force_move: Rename stepper_buzz.py to force_move.pyKevin O'Connor2018-07-261-0/+65