forked from maziggy/bambuddy
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Marko@VMHOMELAB edited this page Jun 24, 2026
·
7 revisions
Printbuddy is a self-hosted print archive and management dashboard for Bambu Lab, Klipper/Moonraker, and PrusaLink printers.
Status: Printbuddy is still under active development. Test from the
devbranch when validating new work; usemain/latestonly for stable deployments.
- Add a Printer
- Bambu Lab Setup
- Klipper / Moonraker Setup
- PrusaLink Setup
- Camera Setup
- Network & Firewall
- Docker Issues
- Windows Installer Issues
- Printer Connection Issues
- Virtual Printer Issues
- Camera Issues
- Common Error Messages
Use the Printbuddy fork/repository and image names:
Repository: https://github.com/vmhomelab/Printbuddy
Container image: docker.io/vmhomelabde/printbuddy
Stable tag: docker.io/vmhomelabde/printbuddy:latest
Dev tag: docker.io/vmhomelabde/printbuddy:dev
Compose file: https://raw.githubusercontent.com/vmhomelab/Printbuddy/main/docker-compose.yml
Do not use the old pre-fork image or raw URLs such as ghcr.io/maziggy/bambuddy or raw.githubusercontent.com/maziggy/bambuddy/....
Development happens on dev first:
- Commit and push work to
dev. - Test from
dev. - Merge approved changes into
main. - Release from
main.