Bambuddy logo

Bambuddy

Self-hosted command center for Bambu Lab 3D printers, no cloud required

Alternative to: bambu handy, bambu cloud

Bambuddy screenshotBambuddy screenshot

About Versions (65)

v0.1.6b5

2026-01-02

v0.1.6b5

🚀 Highlights

Pre-built Docker Images

No more building from source! Pull directly from GitHub Container Registry: docker pull ghcr.io/maziggy/bambuddy:latest

  • Multi-architecture: linux/amd64 and linux/arm64 (Raspberry Pi 4/5)
  • Docker automatically pulls the correct image for your system
  • Just docker compose up -d — no —build required

Printer Controls

New stop and pause/resume buttons on printer cards while printing. Includes confirmation modals to prevent accidental clicks.

Skip Objects

Skip individual objects during a print without canceling the entire job:

  • Skip button appears when printing with 2+ objects
  • Preview image with object ID markers to match your printer display
  • Requires “Exclude Objects” enabled in slicer

Spoolman Improvements

  • Link Spool: Manually link existing Spoolman spools to AMS trays
  • UUID Display: View and copy Bambu Lab spool UUID from AMS hover card
  • Sync Feedback: See which spools synced and which were skipped (with reasons)

✨ What’s New

Added

  • Pre-built Docker images on GitHub Container Registry (ghcr.io)
  • Printer control buttons — Stop and Pause/Resume on printer cards
  • Skip objects — Skip individual objects mid-print
  • AMS slot RFID re-read — Re-read filament info via hover menu
  • Spoolman Link Spool — Connect existing Spoolman spools to AMS trays
  • Spool UUID display — View/copy Bambu spool UUID in AMS hover card
  • Spoolman sync feedback — Shows synced count and skipped spools with reasons
  • Print quantity tracking — Track items per print for project progress

Changed

  • Temperature cards layout refactored for control buttons
  • Cover image now shown when paused (for skip objects modal)
  • Spoolman info banner updated with clearer documentation

Fixed

  • Spoolman 400 Bad Request when creating spools (extra field JSON encoding)
  • Update module for Docker based installations

📦 Installation

Docker (Recommended): mkdir bambuddy && cd bambuddy curl -O https://raw.githubusercontent.com/maziggy/bambuddy/main/docker-compose.yml docker compose up -d

Updating from 0.1.6b4: docker compose pull && docker compose up -d


Full Changelog: https://github.com/maziggy/bambuddy/compare/0.1.6b4…0.1.6b5