aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/chelper/kin_extruder.c
Commit message (Expand)AuthorAgeFilesLines
* kin_extruder: Fix numerical stability when using pressure advanceKevin O'Connor2020-10-231-7/+11
* kin_extruder: Convert pressure advance to use "weighted average"Kevin O'Connor2019-12-201-19/+54
* itersolve: Rename scan_pre/_post to gen_steps_pre/post_activeKevin O'Connor2019-12-101-1/+2
* kin_extruder: Apply pressure advance in kin_extruder.cKevin O'Connor2019-12-081-58/+23
* kin_extruder: Move integration code from trapq.c to kin_extruder.cKevin O'Connor2019-12-081-0/+65
* extruder: Initial support for "smoothed pressure advance"Kevin O'Connor2019-11-211-56/+45
* trapq: Use separate 'move' entries for accel, cruise, and decel phasesKevin O'Connor2019-11-061-20/+39
* trapq: Remove move_fill()Kevin O'Connor2019-11-061-5/+9
* extruder: Convert step generation to use trapq systemKevin O'Connor2019-11-061-1/+3
* trapq: Add new trapq.c file with code for trapezoidal velocity handlingKevin O'Connor2019-11-061-0/+1
* itersolve: Rename calc_position to calc_position_cbKevin O'Connor2019-11-061-1/+1
* extruder: Convert to using iterative solverKevin O'Connor2018-06-201-0/+54