https://github.com/mainsail-crew/virtual-klipper-printer
Run a simulated Klipper 3D-Printer in a Docker container
https://github.com/mainsail-crew/virtual-klipper-printer
3d-printer container docker hacktoberfest klipper mainsail simulavr
Last synced: about 1 month ago
JSON representation
Run a simulated Klipper 3D-Printer in a Docker container
- Host: GitHub
- URL: https://github.com/mainsail-crew/virtual-klipper-printer
- Owner: mainsail-crew
- License: gpl-3.0
- Created: 2022-02-26T11:02:07.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-11-12T18:46:09.000Z (6 months ago)
- Last Synced: 2025-03-28T16:17:56.691Z (about 2 months ago)
- Topics: 3d-printer, container, docker, hacktoberfest, klipper, mainsail, simulavr
- Language: Shell
- Homepage:
- Size: 422 KB
- Stars: 79
- Watchers: 8
- Forks: 33
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/mainsail-crew/virtual-klipper-printer/blob/master/LICENSE 'License')
---
# Virtual-Klipper-Printer### **Run a simulated Klipper 3D-Printer in a Docker container.**
---### Setup Instructions:
1. Clone this repository
2. Open a terminal in the cloned folder
3. Run `docker compose up -d` to build the docker image and start the container in detached mode---
### Configure a Dummy-Webcam:
To configure a dummy-webcam, use the following URLs:
* Stream: `http://localhost:8110/?action=stream`
* Snapshot: `http://localhost:8110/?action=snapshot`---
### 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 bash`
* Start/Restart/Stop a container: `docker container start/restart/stop `
* Rebuild image, recreate and start container : `docker compose up -d --build`---
Current image size: 742.72 MB