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
*
trapq: Prune interrupted moves from history on trapq_set_position()
Kevin O'Connor
2021-08-06
1
-1
/
+16
*
stepcompress: Pass clock to stepcompress_set_last_position()
Kevin O'Connor
2021-08-06
3
-4
/
+5
*
stepcompress: Support extracting stepcompress history
Kevin O'Connor
2021-07-29
3
-4
/
+53
*
stepcompress: Rename 'struct history_move' to 'struct history_steps'
Kevin O'Connor
2021-07-29
1
-25
/
+25
*
trapq: Store toolhead.set_position() updates in trapq history
Kevin O'Connor
2021-07-29
3
-0
/
+21
*
trapq: Keep history of recent trapq moves
Kevin O'Connor
2021-07-29
3
-4
/
+71
*
trapq: Rename trapq_free_moves() to trapq_finalize_moves()
Kevin O'Connor
2021-07-29
3
-4
/
+4
*
kinematics: Add dual_carriage to hybrid-corexyz (#4296)
Tircown
2021-06-27
2
-0
/
+40
*
stepcompress: Add missing functions to stepcompress.h
Kevin O'Connor
2021-06-11
1
-0
/
+4
*
trdispatch: Support fast responses to trsync_state messages
Kevin O'Connor
2021-06-09
2
-4
/
+244
*
serialqueue: Add serialqueue_send_one() helper function
Kevin O'Connor
2021-06-09
2
-5
/
+14
*
serialqueue: Add "fast reader" support
Kevin O'Connor
2021-06-09
2
-11
/
+69
*
msgblock: Add clock estimation helper functions
Kevin O'Connor
2021-06-09
5
-18
/
+61
*
msgblock: Add msgblock_decode()
Kevin O'Connor
2021-06-09
2
-0
/
+34
*
msgblock: Move message manipulation code from serialqueue.c to new msgblock.c
Kevin O'Connor
2021-06-09
5
-181
/
+201
*
pollreactor: Move C pollreactor code from serialqueue.c to its own file
Kevin O'Connor
2021-06-09
4
-201
/
+226
*
stepcompress: Improve numerical stability of step+dir+step filter
Kevin O'Connor
2021-04-11
1
-1
/
+1
*
stepcompress: Add support for tracking history of queue_step commands
Kevin O'Connor
2021-03-13
2
-27
/
+120
*
serialqueue: Support sending messages over a CAN bus
Kevin O'Connor
2021-03-13
3
-27
/
+76
*
serialqueue: correctly report EOF errors
Lasse Dalegaard
2021-03-01
1
-1
/
+4
*
chelper: Move logging_callback() to global scope
Kevin O'Connor
2021-03-01
1
-4
/
+6
*
buildcommands: Extend number of available mcu messages from 96 to 128
Kevin O'Connor
2021-02-18
3
-14
/
+15
*
serialqueue: Batch multiple message blocks in a single write()
Kevin O'Connor
2021-02-12
1
-29
/
+38
*
serialqueue: Improve timing of sleep durations
Kevin O'Connor
2021-02-12
1
-4
/
+10
*
chelper: Fix check for failed code build
Kevin O'Connor
2021-02-07
1
-2
/
+11
*
serialqueue: Improve checking of out-of-order messages
Kevin O'Connor
2021-02-01
1
-15
/
+23
*
itersolve: Convert iterative solver to use "secant method"
Kevin O'Connor
2020-11-02
1
-100
/
+79
*
serialqueue: Fix registration of serial fd in debug mode
Kevin O'Connor
2020-10-30
1
-5
/
+6
*
kin_extruder: Fix numerical stability when using pressure advance
Kevin O'Connor
2020-10-23
1
-7
/
+11
*
chelper: Add missing serialqueue_set_receive_window() def to serialqueue.h
Kevin O'Connor
2020-09-26
1
-0
/
+1
*
chelper: Use standard C type definition for pyhelper_logging_callback
Kevin O'Connor
2020-09-26
1
-1
/
+1
*
chelper: Rework check for building C code
Kevin O'Connor
2020-09-26
1
-22
/
+26
*
chelper: Set compiler flags to never use "x387" floating point math
Kevin O'Connor
2020-09-15
1
-7
/
+18
*
kin_shaper: Fix check for optimized X or Y only calculations
Kevin O'Connor
2020-08-30
1
-5
/
+4
*
kin_shaper: Add an init_shaper() helper function
Kevin O'Connor
2020-08-30
1
-26
/
+22
*
kin_shaper: Group shaper setup code together
Kevin O'Connor
2020-08-30
1
-90
/
+93
*
kin_shaper: Allocate space for maximum number of shaper pulses in advance
Kevin O'Connor
2020-08-30
1
-110
/
+99
*
itersolve: Use stricter completion check in itersolve_find_step()
Kevin O'Connor
2020-08-08
1
-2
/
+4
*
itersolve: Enhance "false position" method with "illinois algorithm"
Kevin O'Connor
2020-08-08
1
-1
/
+8
*
corexz: Add CoreXZ kinematics (#3129)
Voron
2020-07-30
2
-7
/
+51
*
input_shaper: Fixed C module compilation on older gnu90 compilers
Dmitry Butyugin
2020-07-07
1
-1
/
+2
*
input_shaper: Initial support of input shaping (#3032)
Dmitry Butyugin
2020-07-05
2
-2
/
+445
*
itersolve: Use more explicit list traversal in itersolve_generate_steps()
Kevin O'Connor
2020-05-04
1
-28
/
+44
*
itersolve: Fix numeric stability of flush range times
Kevin O'Connor
2020-05-04
1
-2
/
+6
*
stepcompress: Implement a step+dir+step filter
Kevin O'Connor
2020-03-13
3
-28
/
+101
*
stepcompress: Move code around in stepcompress.c
Kevin O'Connor
2020-03-13
2
-51
/
+51
*
Revert "itersolve: Implement a step+dir+step filter"
Kevin O'Connor
2020-03-05
2
-81
/
+5
*
itersolve: Implement a step+dir+step filter
Kevin O'Connor
2020-03-04
2
-5
/
+81
*
itersolve: Reset bounds search on a direction change
Kevin O'Connor
2020-03-04
1
-2
/
+10
*
itersolve: Simplify main itersolve_gen_steps_range() loop
Kevin O'Connor
2020-03-04
1
-46
/
+42
[next]