index
:
kutter
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
klippy
/
kinematics
/
delta.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Isort all klippy code
Tomasz Kramkowski
2025-08-15
1
-2
/
+5
*
Run black on all first party python code
Tomasz Kramkowski
2025-08-06
1
-110
/
+173
*
force_move: Use strings for axes to clear in clear_homing_state()
Kevin O'Connor
2025-01-21
1
-2
/
+2
*
toolhead: Pass set_position() homing_axes parameter as a string
Kevin O'Connor
2025-01-21
1
-2
/
+2
*
stepper_enable: Directly call clear_homing_state() on motor off event
Kevin O'Connor
2025-01-21
1
-4
/
+0
*
force_move: Implement CLEAR for SET_KINEMATIC_POSITION (#6262)
Dennis Marttinen
2025-01-10
1
-2
/
+6
*
delta: Better delta build volume constraint check
janherich
2022-12-30
1
-1
/
+7
*
delta: Added the possibility to get where the "cone shape" of the build volum...
Nitram
2022-08-19
1
-0
/
+1
*
delta: Multiple steppers on delta tower (#5217)
Andrei Ignat
2022-02-28
1
-3
/
+3
*
delta: max z-accel and speed ratio calculation for deltas (#4689)
Nitram
2021-11-29
1
-1
/
+4
*
delta: Don't limit XY+Z moves to max_z_velocity
Kevin O'Connor
2021-10-11
1
-5
/
+3
*
delta: Make the 'arm_length' description more clear in save_state()
Kevin O'Connor
2021-09-02
1
-3
/
+3
*
stepper: Remove set_tag_position() code
Kevin O'Connor
2021-05-29
1
-2
/
+2
*
stepper: Do not set min_stop_interval in micro-controller
Kevin O'Connor
2021-04-30
1
-5
/
+1
*
kinematics: Calculate axis_minimum/axis_maximum in advance
Kevin O'Connor
2021-01-08
1
-17
/
+17
*
kinematics: report all axis limits (min/max)
Janar Sööt
2020-12-28
1
-2
/
+9
*
homing: Remove EndstopError
Kevin O'Connor
2020-09-04
1
-1
/
+1
*
toolhead: Add a move.move_error() helper
Kevin O'Connor
2020-09-03
1
-2
/
+2
*
delta: Add print_radius option to customize valid XY radius
Kevin O'Connor
2020-01-23
1
-1
/
+2
*
kinematics: Remove support for identifying Z steppers
Kevin O'Connor
2020-01-23
1
-1
/
+1
*
delta: Simplify DeltaCalibration state tracking
Kevin O'Connor
2020-01-06
1
-42
/
+46
*
delta: Move low-level delta calibration to delta.py
Kevin O'Connor
2020-01-06
1
-2
/
+66
*
toolhead: Report which axes are homed via get_status()
Kevin O'Connor
2019-11-24
1
-2
/
+2
*
stepper: Add get/set_tag_position() and convert calc_position()
Kevin O'Connor
2019-11-13
1
-2
/
+2
*
stepper_enable: Move motor_off() logic to stepper_enable.py
Kevin O'Connor
2019-11-12
1
-3
/
+3
*
toolhead: Rename register_move_handler() to register_step_generator()
Kevin O'Connor
2019-11-07
1
-1
/
+1
*
toolhead: Remove kinematic move() call
Kevin O'Connor
2019-11-06
1
-2
/
+0
*
delta: Convert step generation to use trapq system
Kevin O'Connor
2019-11-06
1
-11
/
+7
*
kinematics: Add get_status() method to kinematics
Florian Heilmann
2019-08-09
1
-0
/
+3
*
homing: Remove no longer needed homing time delay code
Kevin O'Connor
2019-07-10
1
-2
/
+1
*
delta: Make sure to clear limit_xy2 after a homing move
Kevin O'Connor
2018-10-27
1
-0
/
+1
*
delta: Make sure to also exempt the homing retract move from boundary checks
Kevin O'Connor
2018-10-27
1
-8
/
+11
*
homing: Move homing offset adjustment logic to generic homing code
Kevin O'Connor
2018-10-10
1
-4
/
+0
*
delta: Add a special case to the limit checks for the homing position
Kevin O'Connor
2018-10-10
1
-4
/
+5
*
delta: Reorganize init()
Kevin O'Connor
2018-10-10
1
-18
/
+18
*
homing: Implement second home from homing.py
Kevin O'Connor
2018-10-10
1
-15
/
+4
*
delta: Wrap lines to 80 columns
Kevin O'Connor
2018-10-10
1
-5
/
+6
*
cartesian: Use homing_speed for homing retract speed
Kevin O'Connor
2018-10-09
1
-1
/
+1
*
stepper: Adding support for a second_homing_speed parameter (#677)
Chris Whiteford
2018-10-04
1
-2
/
+3
*
delta: Move "stable position" logic to delta_calibrate.py
Kevin O'Connor
2018-09-25
1
-33
/
+9
*
delta: Fix maximum halt velocity calculation
Kevin O'Connor
2018-09-12
1
-2
/
+3
*
kinematics: Convert get_rails() method to get_steppers()
Kevin O'Connor
2018-07-16
1
-2
/
+2
*
delta: Store stable positions as integers
Kevin O'Connor
2018-07-15
1
-11
/
+13
*
delta: Minor change to get_position_from_stable()
Kevin O'Connor
2018-07-14
1
-12
/
+16
*
mcu: Enhance itersolve stepper kinematics allocation
Kevin O'Connor
2018-07-13
1
-6
/
+2
*
toolhead: Fill cmove in toolhead instead of in each kinematic class
Kevin O'Connor
2018-07-13
1
-9
/
+1
*
toolhead: Move kinematic modules to new kinematics/ directory
Kevin O'Connor
2018-07-12
1
-0
/
+203