Skip to content

TheSin-/virtual-klipper-printer

 
 

Repository files navigation

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 git clone [email protected]:DraftShift/klipper-toolchanger.git
  4. Run docker-compose up -d to build the docker image and start the container in detached mode

Access Mainsail:

Point browser to https://localhost:83


Access OctoPrint:

Point browser to https://localhost:82

  • username: admin
  • password: admin

Configure a Dummy-Webcam:

To configure a dummy-webcam, use the following URLs:

  • Stream: https://localhost:8110/?action=stream
  • Snapshot: https://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 <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

About

Run a simulated Klipper 3D-Printer in a Docker container

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 80.7%
  • CSS 7.5%
  • Dockerfile 6.0%
  • Shell 5.8%