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
*
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