aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/force_move.py
Commit message (Expand)AuthorAgeFilesLines
* Run black on all first party python codeTomasz Kramkowski2025-08-061-48/+93
* force_move: No need to pass 4 parameters to toolhead.set_position()Kevin O'Connor2025-05-121-1/+1
* force_move: Make sure to use lower() on SET_KINEMATIC_POSITION CLEAR_HOMEDKevin O'Connor2025-04-081-1/+1
* force_move: Support a SET_HOMED parameter to SET_KINEMATIC_POSITIONKevin O'Connor2025-04-081-6/+13
* force_move: Use strings for axes to clear in clear_homing_state()Kevin O'Connor2025-01-211-4/+3
* toolhead: Pass set_position() homing_axes parameter as a stringKevin O'Connor2025-01-211-1/+1
* force_move: Implement CLEAR for SET_KINEMATIC_POSITION (#6262)Dennis Marttinen2025-01-101-1/+6
* toolhead: Rename note_kinematic_activity() to note_mcu_movequeue_activity()Kevin O'Connor2024-01-181-1/+1
* force_move: Fix missing call to note_kinematic_activity()Kevin O'Connor2024-01-181-0/+1
* toolhead: Ensure full kin_flush_delay after flush_step_generation()Kevin O'Connor2024-01-161-1/+1
* toolhead: Keep stepcompress move history relative to current time (#6439)Francois Chagnon2023-12-301-1/+2
* kinematics: Convert to Python3 string encodingKevin O'Connor2021-10-011-1/+1
* stepper: Simplify helper module registration of stepper motorsKevin O'Connor2021-07-291-3/+2
* trapq: Rename trapq_free_moves() to trapq_finalize_moves()Kevin O'Connor2021-07-291-2/+2
* force_move: Note force_enable() and restore_enable() are internal functionsKevin O'Connor2021-07-291-5/+5
* gcode: Automatically call reset_last_position() on a toolhead set_position()Kevin O'Connor2020-08-201-2/+0
* stepper: Make sure to reload trapq in set_stepper_kinematics()Kevin O'Connor2020-06-301-1/+2
* force_move: Use new GCodeCommand wrappersKevin O'Connor2020-05-051-23/+24
* 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