aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/chelper/kin_shaper.c
Commit message (Expand)AuthorAgeFilesLines
* input_shaper: Factored out AxisInputShaper classDmitry Butyugin2021-10-261-13/+13
* input_shaper: Define input shapers in a single place in Python codeDmitry Butyugin2021-10-261-197/+20
* kin_shaper: Fix check for optimized X or Y only calculationsKevin O'Connor2020-08-301-5/+4
* kin_shaper: Add an init_shaper() helper functionKevin O'Connor2020-08-301-26/+22
* kin_shaper: Group shaper setup code togetherKevin O'Connor2020-08-301-90/+93
* kin_shaper: Allocate space for maximum number of shaper pulses in advanceKevin O'Connor2020-08-301-110/+99
* input_shaper: Fixed C module compilation on older gnu90 compilersDmitry Butyugin2020-07-071-1/+2
* input_shaper: Initial support of input shaping (#3032)Dmitry Butyugin2020-07-051-0/+421