aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/input_shaper.py
Commit message (Expand)AuthorAgeFilesLines
* Rename everything significant to Kutter except for docsTomasz Kramkowski2025-08-151-2/+2
* Run black on all first party python codeTomasz Kramkowski2025-08-061-48/+89
* input_shaper: fix printer obj referenceTimofey Titovets2025-06-061-1/+1
* input_shaper: Track kinematics updates by dual_carriageDmitry Butyugin2025-06-041-8/+33
* dual_carriage: Fixed input shaper stepper kinematics initializationDmitry Butyugin2025-05-221-0/+4
* klippy: remove a few unused variable assignments (#6504)Kamil Domański2024-04-051-1/+0
* Revert "toolhead: Use dict for step generation flush times. (#6303)"Kevin O'Connor2023-10-211-1/+4
* toolhead: Use dict for step generation flush times. (#6303)Viesturs Zariņš2023-10-191-4/+1
* input_shaper: Fixed tracking of step_generation_scan_timeDmitry Butyugin2023-06-061-9/+6
* idex_modes: Native input shaping support with dual carriagesDmitry Butyugin2023-06-061-26/+36
* input_shaper: Fix python3 string encodingKevin O'Connor2021-10-261-2/+2
* input_shaper: Restore shaper_type config optionKevin O'Connor2021-10-261-1/+2
* input_shaper: Factored out AxisInputShaper classDmitry Butyugin2021-10-261-97/+114
* input_shaper: Define input shapers in a single place in Python codeDmitry Butyugin2021-10-261-42/+40
* input_shaper: Simplify input shaper type reportingKevin O'Connor2020-12-011-7/+6
* resonance_tester: Resonance testing and input shaper auto-calibration (#3381)Dmitry Butyugin2020-10-141-8/+24
* input_shaper: Fix typo in SET_INPUT_SHAPER report of shaper_type_yKevin O'Connor2020-09-031-1/+1
* input_shaper: Initial support of input shaping (#3032)Dmitry Butyugin2020-07-051-0/+132