aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/shaper_calibrate.py
Commit message (Expand)AuthorAgeFilesLines
* input_shaper: Define input shapers in a single place in Python codeDmitry Butyugin2021-10-261-121/+32
* adxl345: Renamed decode_samples and fixed/added checks on empty dataDmitry Butyugin2021-10-131-1/+4
* resonance_tester: Fixed multi-point resonance testingDmitry Butyugin2021-04-071-1/+1
* graph_accelerometer: Support axis-level comparison of adxl345 dataDmitry Butyugin2021-03-201-0/+4
* shaper_calibrate: Reduced min shaper freqs to match max_accel ~= 1500Dmitry Butyugin2021-03-201-6/+6
* shaper_calibrate: Ignore vibrations below max_psd / 20 thresholdDmitry Butyugin2021-03-201-8/+16
* shaper_calibrate: Estimate max_accel to avoid excessive smoothingDmitry Butyugin2021-03-201-8/+34
* shaper_calibrate: Choose input shapers accounting smoothingDmitry Butyugin2020-12-221-61/+87
* resonance_tester: Resonance testing and input shaper auto-calibration (#3381)Dmitry Butyugin2020-10-141-0/+382