Where to find and open /tmp/shaper_calibrate_x.png and /tmp/shaper_calibrate_y.png

This may be such a noob question, but I really can’t find these png files after resonance measurement.
The measurement itself is ok, but I would like to download and see the graphic with WINSCP.

after running TEST_RESONANCES AXIS=Y and TEST_RESONANCES AXIS=X

I ran following command:

~/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

and got this as output:

But I can not find the png files on my PI, Could someone point me to the location of these files?

The files should be in that folder

You answered the question in your title. They’re located in the /tmp directory.

1 Like

damn shame on me … I am new to the whole RPI and linux thing also…I tought /home was my root folder…
But now I discovered there’s a whole lot more down there :disguised_face:

thanks!

1 Like