KiloQubit / probe_accuracy

GNU General Public License v3.0
94 stars 18 forks source link

refactor: refactor to relative user directories and new moonraker config dirs #5

Closed meteyou closed 1 year ago

meteyou commented 1 year ago

This PR contains:

KiloQubit commented 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.

meteyou commented 1 year ago

Thx! i fixed all issues and also refactored the proby_accuracy.py.

KiloQubit commented 1 year ago

Thanks @meteyou !