Hello,
Working on setting up my printer and found when I got to setting up input-shaping some of the commands on the “Measuring Resonances” documentation page were incorrect (at least with a recent installation).
Specifically, the commands to create graphs from the raw accelerometer .csv’s were looking for files called “resonances_x_" when klipper seems to be naming them "calibration_data_x_”.
Basically, the code lines like:
~/klipper/scripts/calibrate_shaper.py /tmp/resonances_x_*.csv -o /tmp/shaper_calibrate_x.png --max_smoothing=0.2
should be updated to:
~/klipper/scripts/calibrate_shaper.py **/tmp/calibration_data_x_*.csv** -o /tmp/shaper_calibrate_x.png --max_smoothing=0.2
Here’s the versions I’m using with my machine: