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
/
trapq.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
toolhead: Keep stepcompress move history relative to current time (#6439)
Francois Chagnon
2023-12-30
1
-6
/
+4
*
trapq: Minor code movement in trapq.c
Kevin O'Connor
2023-01-07
1
-48
/
+48
*
trapq: Prune interrupted moves from history on trapq_set_position()
Kevin O'Connor
2021-08-06
1
-1
/
+16
*
trapq: Store toolhead.set_position() updates in trapq history
Kevin O'Connor
2021-07-29
1
-0
/
+17
*
trapq: Keep history of recent trapq moves
Kevin O'Connor
2021-07-29
1
-3
/
+52
*
trapq: Rename trapq_free_moves() to trapq_finalize_moves()
Kevin O'Connor
2021-07-29
1
-2
/
+2
*
trapq: Limit the duration of "null" sentinal moves on the trapq
Kevin O'Connor
2019-12-20
1
-1
/
+7
*
kin_extruder: Move integration code from trapq.c to kin_extruder.c
Kevin O'Connor
2019-12-08
1
-65
/
+0
*
trapq: Add trapq_find_move() function
Kevin O'Connor
2019-11-21
1
-0
/
+21
*
trapq: Add code to calculate definitive integral
Kevin O'Connor
2019-11-21
1
-0
/
+44
*
trapq: Implement sentinel nodes on the trapq list
Kevin O'Connor
2019-11-21
1
-3
/
+45
*
trapq: Use C99 method for declaring struct members in trapq_append()
Kevin O'Connor
2019-11-07
1
-2
/
+2
*
toolhead: Calculate and store axes_r in move class
Kevin O'Connor
2019-11-06
1
-11
/
+3
*
trapq: Use separate 'move' entries for accel, cruise, and decel phases
Kevin O'Connor
2019-11-06
1
-41
/
+43
*
trapq: Remove move_fill()
Kevin O'Connor
2019-11-06
1
-11
/
+13
*
trapq: Initial support for building a queue of trapezoidal velocity moves
Kevin O'Connor
2019-11-06
1
-0
/
+46
*
trapq: Add new trapq.c file with code for trapezoidal velocity handling
Kevin O'Connor
2019-11-06
1
-0
/
+87