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
*
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
*
stepcompress: Remove "queue append" abstraction
Kevin O'Connor
2020-03-04
3
-88
/
+35
*
serialqueue: Support notification of when a command is processed
Kevin O'Connor
2020-02-20
3
-13
/
+52
*
serialqueue: Remove unused serialqueue_encode_and_send() function
Kevin O'Connor
2020-02-20
2
-19
/
+0
*
stepcompress: Fix rounding error when interval=0
Kevin O'Connor
2020-01-25
1
-2
/
+2
*
itersolve: Add ability to query the active_flags state
Kevin O'Connor
2020-01-23
3
-0
/
+11
*
rotary_delta: Initial support for rotary delta kinematics
Kevin O'Connor
2020-01-06
2
-2
/
+81
*
itersolve: Export itersolve_calc_position_from_coord()
Kevin O'Connor
2020-01-06
3
-1
/
+5
*
kin_extruder: Convert pressure advance to use "weighted average"
Kevin O'Connor
2019-12-20
1
-19
/
+54
*
trapq: Limit the duration of "null" sentinal moves on the trapq
Kevin O'Connor
2019-12-20
1
-1
/
+7
*
itersolve: Improve numerical stability of gen_steps_pre_active check
Kevin O'Connor
2019-12-10
1
-1
/
+2
*
itersolve: Rename scan_pre/_post to gen_steps_pre/post_active
Kevin O'Connor
2019-12-10
3
-9
/
+10
*
kin_extruder: Apply pressure advance in kin_extruder.c
Kevin O'Connor
2019-12-08
2
-60
/
+25
*
kin_extruder: Move integration code from trapq.c to kin_extruder.c
Kevin O'Connor
2019-12-08
3
-67
/
+65
*
itersolve: Fix potential backwards time in itersolve_gen_steps_range()
Kevin O'Connor
2019-12-02
1
-2
/
+4
*
extruder: Initial support for "smoothed pressure advance"
Kevin O'Connor
2019-11-21
2
-60
/
+47
*
trapq: Add trapq_find_move() function
Kevin O'Connor
2019-11-21
2
-0
/
+22
*
trapq: Add code to calculate definitive integral
Kevin O'Connor
2019-11-21
2
-1
/
+51
*
itersolve: Support step generation in lead up to and after stepper activity
Kevin O'Connor
2019-11-21
2
-6
/
+28
*
trapq: Implement sentinel nodes on the trapq list
Kevin O'Connor
2019-11-21
3
-17
/
+55
*
stepper: Remove set_commanded_position() call
Kevin O'Connor
2019-11-13
3
-8
/
+7
*
itersolve: Improve numerical stability of itersolve_generate_steps() loop
Kevin O'Connor
2019-11-08
1
-11
/
+10
*
trapq: Use C99 method for declaring struct members in trapq_append()
Kevin O'Connor
2019-11-07
1
-2
/
+2
*
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
3
-13
/
+5
*
trapq: Use separate 'move' entries for accel, cruise, and decel phases
Kevin O'Connor
2019-11-06
4
-70
/
+84
*
trapq: Remove move_fill()
Kevin O'Connor
2019-11-06
5
-30
/
+35
*
itersolve: Remove unused gen_steps()
Kevin O'Connor
2019-11-06
3
-11
/
+1
*
extruder: Convert step generation to use trapq system
Kevin O'Connor
2019-11-06
1
-1
/
+3
*
winch: Convert step generation to use trapq system
Kevin O'Connor
2019-11-06
1
-1
/
+2
[next]