Skip to content
This repository has been archived by the owner on Dec 29, 2021. It is now read-only.
/ dwc2-klipper Public archive

Docker image for running DWC2 and Klipper 3D Printer controller software

License

Notifications You must be signed in to change notification settings

seanauff/dwc2-klipper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dwc2-klipper

dwc2-klipper is a Docker image for running DWC2 and Klipper 3d Printer controllers. It is design to run on Raspberry Pi or similar.

Running via Docker

Pull the image. If using raspberry pi or similar use arm in place of [tag]. The latest tag will pull the amd64 image:

docker pull seanauff/dwc2-klipper:[tag]

Start the container:

docker run -d --device /dev/ttyUSB0:/dev/ttyUSB0 -v [some/path/on/host]:/home/dwc2-klipper/config seanauff/dwc2-klipper:[tag]

Build the image yourself

Clone the repository and build the image:

git clone https://github.com/seanauff/dwc2-klipper.git
docker build -t seanauff/dwc2-klipper dwc2-klipper

About

Docker image for running DWC2 and Klipper 3D Printer controller software

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published