aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/kinematics/corexz.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-19/+35
* 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-1/+1
* 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-4/+5
* corexz: Multiple steppers per axis on CoreXZNeko-vecter2022-12-021-7/+6
* kinematics: Convert to Python3 string encodingKevin O'Connor2021-10-011-3/+3
* stepper: Remove set_tag_position() codeKevin O'Connor2021-05-291-2/+2
* stepper: Do not set min_stop_interval in micro-controllerKevin O'Connor2021-04-301-7/+0
* kinematics: Calculate axis_minimum/axis_maximum in advanceKevin O'Connor2021-01-081-7/+6
* kinematics: report all axis limits (min/max)Janar Sööt2020-12-281-2/+10
* homing: Remove EndstopErrorKevin O'Connor2020-09-041-1/+1
* toolhead: Add a move.move_error() helperKevin O'Connor2020-09-031-3/+2
* corexz: Add CoreXZ kinematics (#3129)Voron2020-07-301-0/+101