Add /dev/ttyUSB0 as a device to the klipper standalone run.sh

This commit is contained in:
Cyteen May 2021-01-07 14:22:25 +00:00
parent 13be7b94ae
commit 5c2272b9fe
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
docker run -i -t \
--rm \
--device=/dev/ttyUSB0:/hostdevices/ttyUSB0 \
-v $(pwd)/klipper_cfg:/home/klippy/.config/klipper \
-v octoklipper_vol:/octo_printer \
cyteen/octoprint-klipper \