aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/kinematics/deltesian.py
Commit message (Expand)AuthorAgeFilesLines
* Isort all klippy codeTomasz Kramkowski2025-08-151-1/+3
* Run black on all first party python codeTomasz Kramkowski2025-08-061-59/+91
* kinematics: Generic Cartesian kinematics implementation (#6815)Dmitry Butyugin2025-05-061-2/+2
* force_move: Use strings for axes to clear in clear_homing_state()Kevin O'Connor2025-01-211-4/+4
* toolhead: Pass set_position() homing_axes parameter as a stringKevin O'Connor2025-01-211-3/+4
* stepper_enable: Directly call clear_homing_state() on motor off eventKevin O'Connor2025-01-211-4/+0
* force_move: Implement CLEAR for SET_KINEMATIC_POSITION (#6262)Dennis Marttinen2025-01-101-0/+4
* kinematics: Add deltesian printers (#5743)Tircown2022-09-011-0/+184