aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/resonance_tester.py
Commit message (Expand)AuthorAgeFilesLines
* Run black on all first party python codeTomasz Kramkowski2025-08-061-152/+242
* klippy: fix typos in python code (#6989)Thijs Triemstra2025-07-251-2/+2
* resonance_tester: Fix typoKevin O'Connor2025-05-131-1/+1
* resonance_tester: Support toolhead positions with more than 4 axesKevin O'Connor2025-05-121-5/+6
* resonance_tester: Added a new sweeping_vibrations resonance test method (#6723)Dmitry Butyugin2024-12-051-46/+121
* resonance_tester: Fix chips selection, add accel_per_hz selection (#6726)MRX80242024-11-121-5/+3
* toolhead: Replace max_accel_to_decel with minimum_cruise_ratioKevin O'Connor2024-03-131-5/+5
* shaper_calibrate: Fixed crashes in SHAPER_CALIBRATE and TEST_RESONANCESDmitry Butyugin2024-02-171-10/+12
* scripts: Added shaper tuning parameters to calibrate_shaper scriptDmitry Butyugin2024-02-161-2/+10
* resonance_tester: Apply input shaper params on SHAPER_CALIBRATEDmitry Butyugin2023-05-251-0/+5
* resonance_tester: Support CHIPS= parameter in SHAPER_CALIBRATE commandDmitry Butyugin2023-05-251-13/+17
* adxl345: Support recording data from multiple ADXL345's in one run, and more....Mikkel Schmidt2022-05-231-17/+60
* adxl345: Renamed decode_samples and fixed/added checks on empty dataDmitry Butyugin2021-10-131-3/+6
* adxl345: Implement timing via new adxl345_status messagesKevin O'Connor2021-08-301-2/+0
* adxl345: Add new start_internal_client() function and use in callersKevin O'Connor2021-08-301-22/+21
* resonance_tester: Use config.getlists() for probe_points config optionKevin O'Connor2021-08-211-10/+2
* resonance_tester: Arbitrary AXIS in TEST_RESONANCES commandDmitry Butyugin2021-07-081-29/+61
* resonance_tester: Set max_accel ignoring the limit from the config (#4174)Dmitry Butyugin2021-06-061-15/+23
* gcode: Update gcode descriptions (#4335)Stefan Dej2021-06-021-6/+11
* resonance_tester: Refactored the testing codeDmitry Butyugin2021-04-281-109/+68
* resonance_tester: Fixed multi-point resonance testingDmitry Butyugin2021-04-071-2/+5
* resonance_tester: Increase test max_accel to 10K and max_freq to 133 HzDmitry Butyugin2021-02-021-2/+3
* resonance_tester: Disable input shaping for resonance testingDmitry Butyugin2021-02-021-0/+11
* shaper_calibrate: Choose input shapers accounting smoothingDmitry Butyugin2020-12-221-7/+12
* resonance_tester: Resonance testing and input shaper auto-calibration (#3381)Dmitry Butyugin2020-10-141-0/+303