Skip to content

Commit

Permalink
docs: Update Measuring_Resonances.md (#6509) (#245)
Browse files Browse the repository at this point in the history
Current command, using the *, results in bad chart output when more than one .csv file exists in the tmp folder. This isn't obvious for people who may not know that the * is a wildcard character.

Signed-off-by: Jonathan Williams <jcw122@gmail.com>
Co-authored-by: charminULTRA <jcw122@gmail.com>
  • Loading branch information
rogerlz and charminULTRA committed May 15, 2024
1 parent ffa084b commit d9b1ede
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/Measuring_Resonances.md
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,11 @@ TEST_RESONANCES AXIS=Y
```
This will generate 2 CSV files (`/tmp/resonances_x_*.csv` and
`/tmp/resonances_y_*.csv`). These files can be processed with the stand-alone
script on a Raspberry Pi. To do that, run the following commands:
script on a Raspberry Pi. This script is intended to be run with a single CSV
file for each axis measured, although it can be used with multiple CSV files
if you desire to average the results. Averaging results can be useful, for
example, if resonance tests were done at multiple test points. Delete the extra
CSV files if you do not desire to average them.
```
~/klipper/scripts/calibrate_shaper.py /tmp/resonances_x_*.csv -o /tmp/shaper_calibrate_x.png
~/klipper/scripts/calibrate_shaper.py /tmp/resonances_y_*.csv -o /tmp/shaper_calibrate_y.png
Expand Down

0 comments on commit d9b1ede

Please sign in to comment.