Closed meteyou closed 1 year ago
I just realized, probe_accuracy.py
also has a reference to /home/pi in the comment, and in the default value for the --klippy-uds flag. Replacing it with ~ in the flag would require shell expansion before calling open()
, because Python won't expand the ~ there.
Thx! i fixed all issues and also refactored the proby_accuracy.py.
Thanks @meteyou !
This PR contains:
/home/pi
to~/
. This is necessary to have usernames independent paths