Add /dev/ttyUSB0 as a device to the klipper standalone run.sh
This commit is contained in:
parent
13be7b94ae
commit
5c2272b9fe
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in New Issue