Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 631 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 631 Bytes

PTL-lulzbot

Docker version of Cura Lulzbot Edition.

The current directory will be used as a shared folder.

With Docker Compose

docker-compose up -d

With docker run on Linux

docker pull posttenebraslab/ptl-lulzbot

docker run --rm -e DISPLAY=$DISPLAY \
        -v $(pwd):/home/ptl/ \
        -v /dev/ttyACM0:/dev/ttyACM0 \
        -v /tmp/.X11-unix:/tmp/.X11-unix \
        posttenebraslab/ptl-lulzbot

More infos