Having ordered my first 3D printer, I am giddy and preparing various things.
I have installed Octoprint on my home server as a Docker container, but when running it, it seems that it wants to have a serial connection to a printer. Octoprint expects to be running on a Raspberry that is connected via its serial interface.
What am I missing?
The printer I ordered (Prusa Mini) comes with a wifi dongle, so I guess there will be a way to reach it over the network. But that does not automagically mean Octoprint can work with it.
boothin@artemis.camp 1 year ago
Luckily the S in USB stands for serial, so I have 3 printers connected to my server via USB and each one has its own octoprint docker container
PlutoniumAcid@lemmy.world 1 year ago
I thought Octoprint can have more than 1 printer? Why do you have 3 separate containers?
Also, let’s say I connect my printer to my server with USB, how do I route that USB connection from the server into the container? How did you map that?