1.2 KiB
1.2 KiB
Virtual-Klipper-Printer
Run a simulated Klipper 3D-Printer in a Docker container.
Setup Instructions:
- Clone this repository
- Open a terminal in the cloned folder
- Run
docker-compose up -dto build the docker image and start the container afterwards in detached mode
Configure a Dummy-Webcam:
- To configure a dummy-webcam, use the following URL for the stream:
http://localhost:8110/?action=stream - In Mainsail pick either
MJPEG-StreamerorUV4L-MJPEGas service.
Common Docker commands:
- Get all container IDs:
docker ps -a - Get only the ID of running containers:
docker ps - Access a containers shell:
docker exec -it <CONTAINER ID> bash - Start/Restart/Stop a container:
docker container start/restart/stop <CONTAINER ID> - Rebuild image, recreate and start container :
docker-compose up -d --build
Current image size: 733.73 MB