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
/
chelper
/
__init__.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
serialqueue: Support notification of when a command is processed
Kevin O'Connor
2020-02-20
1
-1
/
+3
*
itersolve: Add ability to query the active_flags state
Kevin O'Connor
2020-01-23
1
-0
/
+1
*
rotary_delta: Initial support for rotary delta kinematics
Kevin O'Connor
2020-01-06
1
-2
/
+8
*
itersolve: Export itersolve_calc_position_from_coord()
Kevin O'Connor
2020-01-06
1
-0
/
+2
*
kin_extruder: Apply pressure advance in kin_extruder.c
Kevin O'Connor
2019-12-08
1
-2
/
+2
*
extruder: Initial support for "smoothed pressure advance"
Kevin O'Connor
2019-11-21
1
-4
/
+2
*
stepper: Remove set_commanded_position() call
Kevin O'Connor
2019-11-13
1
-2
/
+1
*
chelper: Report an error if the C host code does not compile
Kevin O'Connor
2019-11-07
1
-1
/
+5
*
toolhead: Calculate and store axes_r in move class
Kevin O'Connor
2019-11-06
1
-1
/
+1
*
trapq: Use separate 'move' entries for accel, cruise, and decel phases
Kevin O'Connor
2019-11-06
1
-1
/
+1
*
trapq: Remove move_fill()
Kevin O'Connor
2019-11-06
1
-4
/
+2
*
itersolve: Remove unused gen_steps()
Kevin O'Connor
2019-11-06
1
-1
/
+0
*
itersolve: Add support for generating steps from a trapq
Kevin O'Connor
2019-11-06
1
-0
/
+5
*
trapq: Initial support for building a queue of trapezoidal velocity moves
Kevin O'Connor
2019-11-06
1
-0
/
+4
*
trapq: Add new trapq.c file with code for trapezoidal velocity handling
Kevin O'Connor
2019-11-06
1
-9
/
+13
*
stepcompress: Remove no longer needed stepcompress_set_homing()
Kevin O'Connor
2019-07-10
1
-1
/
+0
*
chelper: Wrap code to 80 columns
Kevin O'Connor
2019-02-27
1
-3
/
+6
*
winch: Add experimental support for cable winch kinematics
Kevin O'Connor
2018-12-24
1
-2
/
+7
*
polar: Experimental support for polar kinematics
Kevin O'Connor
2018-12-24
1
-2
/
+8
*
chelper: Add a quick __main__ to compile c helper (#782)
lf
2018-10-16
1
-0
/
+4
*
itersolve: Support calculating a stepper position from a cartesian coordinate
Kevin O'Connor
2018-07-18
1
-2
/
+2
*
itersolve: Support setting the stepper position via a cartesian coordinate
Kevin O'Connor
2018-06-22
1
-0
/
+2
*
itersolve: Move tracking of commanded position to itersolve code
Kevin O'Connor
2018-06-20
1
-1
/
+2
*
kin_cartesian: Remove stepcompress_push_const()
Kevin O'Connor
2018-06-20
1
-4
/
+0
*
extruder: Convert to using iterative solver
Kevin O'Connor
2018-06-20
1
-2
/
+10
*
corexy: Convert corexy to use the iterative solver
Kevin O'Connor
2018-06-20
1
-4
/
+9
*
delta: Convert delta kinematics to use iterative solver
Kevin O'Connor
2018-06-20
1
-3
/
+2
*
itersolve: Add kinematic iterative solver code
Kevin O'Connor
2018-06-20
1
-4
/
+23
*
stepcompress: Allow stepcompress_alloc() to be called early
Kevin O'Connor
2018-06-20
1
-3
/
+4
*
chelper: Move cartesian and delta kinematics code to their own C files
Kevin O'Connor
2018-06-20
1
-12
/
+24
*
chelper: Compile with gcc -fwhole-program option
Kevin O'Connor
2018-06-20
1
-4
/
+3
*
serialqueue: Limit message transmission to available receive buffer size
Kevin O'Connor
2018-05-28
1
-1
/
+4
*
chelper: Fix hub-ctrl compilation
cruwaller
2018-05-05
1
-1
/
+1
*
chelper: Move the host C code to a new klippy/chelper/ directory
Kevin O'Connor
2018-04-30
1
-0
/
+137