This repo contains all the scripts needed to run Printrun in Docker. System-wide Printrun installation is annoying, mostly due to a significant number of unusual dependencies (e.g. wxPython 4), hence this container. It works well on my Ubuntu 24.10 PC.
Note:
-
build.shis used to build the container, but you can also use the one pushed to Docker hub. -
use the
pronterfacescript to start the container (from your X session). You need to give it a USB device name as a parameter - unfortunately, mounting the entire/devinside the container is not an option.$ ./pronterface /dev/ender
-
in the
DockerfileI pinPrintruncommit 9ff2df639df093f251d6239f2635a007bf4287ea. I can't get 3D view to work using the latest official release (2.2.0).