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
*
homing_override: Allow moves prior to homing an axis
Kevin O'Connor
2018-01-28
1
-3
/
+4
*
delta_calibrate: Add initial support for a DELTA_CALIBRATE command
Kevin O'Connor
2018-01-28
1
-30
/
+62
*
probe: Initial support for Z-Probe hardware
Kevin O'Connor
2018-01-28
1
-1
/
+4
*
delta: Allow the user to specify a minimum z position
Kevin O'Connor
2018-01-28
1
-1
/
+2
*
homing: Handle speed rounding when homing speed greater than max_velocity
Kevin O'Connor
2017-12-20
1
-1
/
+1
*
delta: Default stepper_b/c position_endstop to stepper_a's
Kevin O'Connor
2017-12-08
1
-2
/
+8
*
delta: Support different arm lengths for each tower
Kevin O'Connor
2017-12-08
1
-23
/
+25
*
delta: Rework actuator_to_cartesian() using trilateration
Kevin O'Connor
2017-12-08
1
-26
/
+23
*
homing: Directly interact with the kinematic class on query_endstops()
Kevin O'Connor
2017-12-06
1
-2
/
+2
*
homing: Pass list of endstops (not steppers) to the homing code
Kevin O'Connor
2017-12-06
1
-4
/
+5
*
stepper: Add get_endstops() / set_position wrappers
Kevin O'Connor
2017-11-18
1
-1
/
+1
*
stepper: Store pointers to step_const and step_delta in PrinterStepper
Kevin O'Connor
2017-11-18
1
-10
/
+7
*
stepper: Calculate the stepper name directly from the config section
Kevin O'Connor
2017-11-18
1
-1
/
+1
*
cartesian: Fix min_stop_interval calculation error
Kevin O'Connor
2017-10-12
1
-2
/
+2
*
gcode: Report the raw MCU position from the M114 command
Kevin O'Connor
2017-10-03
1
-2
/
+2
*
homing: Move query_endstop() code from kinematic classes to homing.py
Kevin O'Connor
2017-09-19
1
-3
/
+2
*
mcu: Pass print_time directly to MCU calls
Kevin O'Connor
2017-09-19
1
-12
/
+12
*
toolhead: Eliminate set_max_jerk() from kinematic classes
Kevin O'Connor
2017-09-03
1
-11
/
+9
*
stepper: Adjust homing_speed so that it's an even number of ticks per step
Kevin O'Connor
2017-08-29
1
-3
/
+4
*
stepper: Separate out homing code to its own PrinterHomingStepper class
Kevin O'Connor
2017-07-24
1
-1
/
+1
*
delta: Fix support for different endstop_position settings on each stepper
Kevin O'Connor
2017-06-11
1
-4
/
+6
*
delta: Add support for specifying the angle each tower is at
Kevin O'Connor
2017-06-05
1
-6
/
+7
*
klippy: Support minimum/maximum value checks on configuration variables
Kevin O'Connor
2017-04-11
1
-3
/
+4
*
delta: Do reverse direction checking in C code
Kevin O'Connor
2017-04-07
1
-64
/
+22
*
delta: Make it clear that a "virtual tower" is created
Kevin O'Connor
2017-04-07
1
-20
/
+28
*
stepcompress: Merge stepcompress_delta_const and stepcompress_delta_accel
Kevin O'Connor
2017-04-07
1
-8
/
+8
*
mcu: Change mcu_stepper.set_position() to take a location in millimeters
Kevin O'Connor
2017-04-07
1
-6
/
+4
*
mcu: Don't export the commanded_position variable from mcu_stepper
Kevin O'Connor
2017-04-07
1
-1
/
+1
*
mcu: Pass delta velocity and acceleration directly to mcu_stepper
Kevin O'Connor
2017-04-07
1
-40
/
+22
*
klippy: Eliminate high-level build_config phase
Kevin O'Connor
2017-03-13
1
-4
/
+1
*
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
[next]