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
Commit message (
Expand
)
Author
Age
Files
Lines
*
winch: Add experimental support for cable winch kinematics
Kevin O'Connor
2018-12-24
2
-2
/
+47
*
polar: Experimental support for polar kinematics
Kevin O'Connor
2018-12-24
2
-2
/
+49
*
chelper: Add a quick __main__ to compile c helper (#782)
lf
2018-10-16
1
-0
/
+4
*
serialqueue: Increase receive message debug queue to 100 messages
Kevin O'Connor
2018-09-02
1
-1
/
+1
*
itersolve: Support calculating a stepper position from a cartesian coordinate
Kevin O'Connor
2018-07-18
3
-8
/
+8
*
chelper: Use CLOCK_MONOTONIC_RAW
Kevin O'Connor
2018-07-09
1
-1
/
+1
*
itersolve: Support setting the stepper position via a cartesian coordinate
Kevin O'Connor
2018-06-22
3
-0
/
+15
*
itersolve: Move tracking of commanded position to itersolve code
Kevin O'Connor
2018-06-20
2
-4
/
+10
*
kin_cartesian: Remove stepcompress_push_const()
Kevin O'Connor
2018-06-20
4
-125
/
+3
*
extruder: Convert to using iterative solver
Kevin O'Connor
2018-06-20
4
-16
/
+79
*
corexy: Convert corexy to use the iterative solver
Kevin O'Connor
2018-06-20
3
-4
/
+95
*
delta: Convert delta kinematics to use iterative solver
Kevin O'Connor
2018-06-20
2
-123
/
+28
*
itersolve: Add kinematic iterative solver code
Kevin O'Connor
2018-06-20
5
-4
/
+315
*
stepcompress: Allow stepcompress_alloc() to be called early
Kevin O'Connor
2018-06-20
3
-13
/
+21
*
chelper: Move cartesian and delta kinematics code to their own C files
Kevin O'Connor
2018-06-20
5
-254
/
+327
*
chelper: Compile with gcc -fwhole-program option
Kevin O'Connor
2018-06-20
4
-33
/
+34
*
chelper: Add compiler.h header
Kevin O'Connor
2018-06-20
3
-7
/
+49
*
stepcompress: Fix comment typo.
Michael Barbour
2018-06-04
1
-1
/
+1
*
serialqueue: Limit message transmission to available receive buffer size
Kevin O'Connor
2018-05-28
2
-4
/
+24
*
command: Wait to send ack until after processing commands
Kevin O'Connor
2018-05-28
1
-5
/
+9
*
serialqueue: Fix batching of BACKGROUND_PRIORITY_CLOCK messages
Kevin O'Connor
2018-05-05
1
-1
/
+2
*
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
7
-0
/
+2363