aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/chelper/kin_shaper.c
Commit message (Expand)AuthorAgeFilesLines
* input_shaper: Track kinematics updates by dual_carriageDmitry Butyugin2025-06-041-18/+32
* input_shaper: Fix for polar kinematicsDmitry Butyugin2025-03-111-0/+13
* idex_modes: COPY and MIRROR mode implementation (#6297)Dmitry Butyugin2023-08-011-4/+4
* input_shaper: Correctly initialize input shaper stepper_kinematicsDmitry Butyugin2023-06-061-0/+3
* input_shaper: Fixed tracking of step_generation_scan_timeDmitry Butyugin2023-06-061-9/+4
* 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