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.9

2026-02-10

v0.1.9

Bambuddy v0.1.9 Release Notes

Highlights

This is the biggest release yet — Advanced Authentication via Email, full H2C/H2D Pro nozzle rack support, OrcaSlicer local profiles, configurable slicer preference, Italian localization, and 50+ bug fixes spanning every printer model.


New Features

Advanced Authentication via Email (https://github.com/maziggy/bambuddy/pull/322)

  • Optional SMTP-based email integration for streamlined user onboarding and self-service password management
  • Admins configure SMTP settings and create users with just a username and email — the system generates a secure random password and emails it directly to the new user
  • One-click admin password resets from User Management
  • Users can reset their own forgotten password from the login screen without contacting an admin
  • Customizable email templates for welcome emails and password resets
  • Username and email login is case-insensitive
  • Can be enabled or disabled independently at any time without affecting existing accounts

Configurable Slicer Preference (https://github.com/maziggy/bambuddy/issues/313)

  • New “Preferred Slicer” setting in General settings to choose between Bambu Studio and OrcaSlicer
  • Controls the protocol used by all “Open in Slicer” buttons across Archives, 3D Preview, and context menus
  • OrcaSlicer uses the orcaslicer://open?file= protocol; default remains Bambu Studio

Local Profiles — OrcaSlicer Import (https://github.com/maziggy/bambuddy/issues/310)

  • Import slicer presets from OrcaSlicer without Bambu Cloud
  • Supports .orca_filament, .bbscfg, .bbsflmt, .zip, and .json exports
  • Resolves OrcaSlicer inheritance chains by fetching base Bambu profiles from GitHub (cached locally with 7-day TTL)
  • New “Local Profiles” tab on the Profiles page with drag-and-drop import, search, and expandable details
  • Local filament presets appear in AMS slot configuration alongside cloud presets

Hostname Support for Printers (https://github.com/maziggy/bambuddy/issues/290)

  • Printers can now be added using hostnames (e.g., printer.local, my-printer.home.lan) in addition to IPv4 addresses

Camera View Controls (https://github.com/maziggy/bambuddy/issues/291)

  • Added chamber light toggle and skip objects buttons to embedded camera viewer and standalone camera page

Extended Support Bundle Diagnostics

  • Collects comprehensive diagnostic data: printer connectivity, integration status, network interfaces, Python packages, database health, Docker details, WebSocket connections, and log file info
  • All data properly anonymized — no IPs, names, or serials included

Improved

H2C Nozzle Rack — Full 6-Slot Display (https://github.com/maziggy/bambuddy/issues/300)

  • Always shows all 6 rack positions with filled slots and empty placeholders
  • Compact single-row layout with bottom accent bars (green = mounted, gray = docked)
  • Translates raw nozzle type codes to human-readable names (Hardened Steel, Stainless Steel, Tungsten Carbide, High Flow, Standard)
  • Shows loaded filament material and color in hover card
  • Resolves filament names with 4-tier fallback: Cloud → Local Profiles → built-in lookup table (86 known Bambu codes) → raw ID

H2 Series — L/R Nozzle Hover Card (https://github.com/maziggy/bambuddy/issues/300)

  • New dual-nozzle hover card shows L and R nozzle details side by side (diameter, type, flow, status, wear, max temp, serial)
  • Active nozzle highlighted in amber; single-nozzle H2D/H2S printers show extended nozzle details on hover

Firmware Version Badge on Printer Card (https://github.com/maziggy/bambuddy/issues/311)

  • Green badge with checkmark when up to date, orange with download icon when update available
  • Click opens firmware info modal with release notes; respects firmware:read and firmware:update permissions

Auto-Detect Subnet for Printer Discovery

  • Docker users no longer need to manually enter a subnet — auto-detects available networks with dropdown for multiple subnets

Japanese Locale Complete Overhaul

  • Restructured ja.ts to match EN/DE structure; translated all 2,083 keys for full parity

Italian Localization (https://github.com/maziggy/bambuddy/pull/309)

  • New Italian locale contributed by @Keybored02

Bug Fixes


Testing

  • Mock FTPS Server & FTP Test Suite — 67 automated test cases against a real implicit FTPS mock server covering connection, upload, download, model-specific behavior, and failure injection
  • Nozzle Rack Tests — Backend: 7 tests for MQTT nozzle_info parsing; Frontend: 3 tests for rack card rendering
  • Advanced Auth Integration Tests — 27 integration tests covering SMTP config, advanced auth toggle, email login, forgot password, admin password reset, and user creation

Documentation

  • Advanced Auth via Email — Updated README, website, and wiki with SMTP setup and self-service password guides
  • Supported Printers — All 12 Bambu Lab models now listed uniformly (X1, X1C, X1E, P1P, P1S, P2S, A1, A1 Mini, H2D, H2D Pro, H2C, H2S)
  • CONTRIBUTING.md — Added i18n conventions and authentication/permissions guide
  • Proxy Mode — FTP data channel security warning, passive port documentation, SSDP discovery limitations table

Community Contributors

Thank you to everyone who contributed to this release!