mainsail-crew / virtual-klipper-printer

Run a simulated Klipper 3D-Printer in a Docker container
GNU General Public License v3.0
68 stars 32 forks source link

/dev/serial/ missing #32

Closed lexasidorov closed 4 months ago

lexasidorov commented 4 months ago

Hi! Trying to virtualize klipper on a VM Ubuntu without any phisical printer. My goal is to test and customize klipper screen gui.

Just installed Klipper and KlipperScreen via KIAUH Than installed virtual-klipper-printer

docker compose up -d --build
...
Container printer  Started 

Now I expect to find MCU serial in /dev/serial which is needed for klipper config

meteyou commented 4 months ago

Virtual Klipper printer is already Klipper/Moonraker + virtual board in one docker image. So you cannot install Klipper via kiauh to connect to it.

this virtual "ATmega micro controller" is installed in this docker container: https://www.klipper3d.org/Debugging.html#testing-with-simulavr

if you want to use your VM, you can install it yourself and it has nothing todo with our docker container. if you just want to run klipper + moonraker + micro-controller in a docker container. just use only our docker container. but you cannot mix these.