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
/
delta.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
delta: Simplify maximum stepper velocity and accel checks
Kevin O'Connor
2017-02-21
1
-15
/
+18
*
delta: Use position_endstop for position_max
Kevin O'Connor
2017-02-19
1
-3
/
+3
*
delta: Cap maximum stepper velocity and acceleration
Kevin O'Connor
2017-02-13
1
-3
/
+37
*
delta: Rework boundary checks
Kevin O'Connor
2017-02-13
1
-10
/
+16
*
extruder: Calculate sane defaults for extrude only velocity and accel
Kevin O'Connor
2017-01-03
1
-2
/
+1
*
toolhead: Don't call into kinematic class on extrude only moves
Kevin O'Connor
2016-12-28
1
-2
/
+0
*
gcode: Rework homing to use greenlets
Kevin O'Connor
2016-12-09
1
-11
/
+9
*
gcode: Rework endstop query to use greenlets
Kevin O'Connor
2016-12-09
1
-2
/
+3
*
delta: Make it clear which methods of DeltaKinematics are internal
Kevin O'Connor
2016-12-08
1
-8
/
+8
*
delta: Rework delta math to avoid using inv_movexy_r
Kevin O'Connor
2016-12-05
1
-92
/
+41
*
delta: Make sure homing distance is large enough to hit the endstop
Kevin O'Connor
2016-12-05
1
-1
/
+1
*
delta: Support limiting the maximum velocity of z moves
Kevin O'Connor
2016-12-01
1
-0
/
+3
*
toolhead: Specify maximum acceleration and velocity in toolhead class
Kevin O'Connor
2016-12-01
1
-7
/
+4
*
delta: Fix delta kinematics startup
Kevin O'Connor
2016-11-30
1
-1
/
+1
*
homing: Check homing distance to verify endstop trigger after retract
Kevin O'Connor
2016-11-28
1
-2
/
+2
*
mcu: Store the stepper position in the mcu_stepper class
Kevin O'Connor
2016-11-19
1
-22
/
+12
*
homing: Verify the endstops are no longer triggered after retract move
Kevin O'Connor
2016-11-18
1
-1
/
+1
*
homing: Add EndstopMoveError wrapper around EndstopError
Kevin O'Connor
2016-11-18
1
-3
/
+3
*
homing: Direct stepper phase detection from kinematic classes
Kevin O'Connor
2016-11-18
1
-1
/
+2
*
homing: Create Homing class from gcode
Kevin O'Connor
2016-11-18
1
-3
/
+2
*
homing: Create QueryEndstops class from gcode
Kevin O'Connor
2016-11-18
1
-5
/
+5
*
stepper: Check if the motor needs to be enabled in the kinematic classes
Kevin O'Connor
2016-11-14
1
-11
/
+23
*
delta: Initial support for linear delta kinematics
Kevin O'Connor
2016-11-14
1
-0
/
+310