# Bambuddy v0.2.2 final
## Highlights
- Remote AMS Drying (#292) — Start, monitor, and stop drying sessions for AMS 2 Pro and AMS-HT directly from the Printers page. Select filament type with official BambuStudio temperature/duration presets, or set temperature manually. Supported on X1/X1C, P1P/P1S, H2D, H2D Pro, and X1E.
- Queue Auto-Drying (#292) — Automatically dry filament between scheduled queue prints when AMS humidity exceeds the configured threshold. Uses conservative parameters for mixed filament types, with optional "block queue" mode to delay prints until drying completes.
- Ambient Drying (#292) — Automatically keep filament dry on idle printers based on humidity, even without queued prints. Enable "Ambient drying" in Settings → Print Queue.
- Virtual Printer Queue Auto-Dispatch Toggle (#587) — Added an "Auto-dispatch" toggle to virtual printers in Queue mode. When disabled, prints are added to the queue but wait for manual dispatch instead of starting automatically.
- Queue All Plates (#530) — Multi-plate 3MF files can now be queued in one action. A "Queue All N Plates" toggle adds every plate as a separate queue entry, each individually editable.
- AMS Info Card & Custom Labels (#570) — Hovering an AMS label shows serial number, firmware version, and an editable friendly name. Slot numbers now display inside each filament color circle. Contributed by @cadtoolbox.
- In-App Bug Reporting — A floating bug report button lets users submit reports directly from the UI, including description, optional screenshot, and automatically collected diagnostic data with full sensitive-data redaction.
## New Features
- First Layer Complete Notification (#679) — Get notified with a camera snapshot when the first layer finishes printing, so you can check adhesion remotely. Enable the "First Layer Complete" toggle on any notification provider.
- Remote AMS Drying (#292) — Start, monitor, and stop drying sessions for AMS 2 Pro and AMS-HT directly from the Printers page. Select filament type with official BambuStudio temperature/duration presets, or set temperature manually. Supported on X1/X1C, P1P/P1S, H2D, H2D Pro, and X1E.
- Queue Auto-Drying (#292) — Automatically dry filament between scheduled queue prints when AMS humidity exceeds the configured threshold. Uses conservative parameters for mixed filament types, with optional "block queue" mode to delay prints until drying completes.
- Configurable Drying Presets (#292) — Customize temperature and duration for each filament type in Settings → Print Queue. Defaults match BambuStudio presets, with separate presets for AMS 2 Pro and AMS-HT.
- AMS PSU Detection (#292) — The drying button is disabled with a tooltip when the AMS lacks sufficient power for drying. Reads
dry_sf_reasonfrom firmware and surfaces HMS error codes for power issues. - Ambient Drying (#292) — Automatically keep filament dry on idle printers based on humidity, even without queued prints. Enable "Ambient drying" in Settings → Print Queue.
- Assign Spool to Empty AMS Slot (#717) — The "Assign Spool" option now appears on empty (unconfigured) AMS slots. Selecting a spool auto-configures the slot with the correct filament profile, color, and K-profile in one step.
- Home Assistant Notification Provider (#656) — Send persistent notifications to the HA dashboard. HA automations can forward them to mobile apps, WhatsApp, or any other service.
- Virtual Printer Queue Auto-Dispatch Toggle (#587) — Added an "Auto-dispatch" toggle to virtual printers in Queue mode. When disabled, prints are added to the queue but wait for manual dispatch instead of starting automatically.
- Queue All Plates (#530) — Multi-plate 3MF files can now be queued in one action. A "Queue All N Plates" toggle adds every plate as a separate queue entry, each individually editable.
- Malaysian Ringgit Currency (#634) — Added MYR (RM) to the list of supported currencies for filament cost tracking.
- ETA Variable in Notifications (#638) — Added
{eta}template variable to print start/progress notifications. Shows estimated wall-clock completion time based on the user's configured time format (12h/24h). - Bulk Delete Spool and Color Catalog Entries (#646) — Added checkbox selection and bulk delete to both the Spool Catalog and Color Catalog in Settings > Filament.
- Force Color Match (#625) — Added a "Force Color Match" option for "Print to Any" queue scheduling, requiring strict color matching when assigning prints to printers. Contributed by @cadtoolbox.
- Israeli New Shekel Currency — Added ILS to the list of supported currencies for filament cost tracking.
- AMS Info Card & Custom Labels (#570) — Hovering an AMS label shows serial number, firmware version, and an editable friendly name. Slot numbers now display inside each filament color circle. Contributed by @cadtoolbox.
- In-App Bug Reporting — A floating bug report button lets users submit reports directly from the UI, including description, optional screenshot, and automatically collected diagnostic data with full sensitive-data redaction.
- SpoolBuddy NFC Tag Writing (OpenTag3D) — Write NFC tags for third-party filament spools using the OpenTag3D format on NTAG213/215/216 stickers. Supports writing for existing spools, creating new spools, or replacing damaged tags.
- SpoolBuddy On-Screen Keyboard — Added a virtual QWERTY keyboard for the SpoolBuddy kiosk UI since the Raspberry Pi has no physical keyboard. Auto-shows when text inputs are focused.
- SpoolBuddy Inline Spool Cards — Placing an NFC-tagged spool on the reader now shows spool info directly in the dashboard panel instead of a modal overlay, with action buttons for AMS assignment, weight sync, and more.
- SpoolBuddy AMS Page: External Slots & Slot Configuration — The SpoolBuddy AMS page now displays external spool slots and AMS-HT units. Clicking any slot opens the configuration modal for filament type and color.
- SpoolBuddy Dashboard Redesign — Redesigned with a two-column layout showing device connection status and printer badges on the left, spool card on the right. Removed the separate inventory page in favor of main Bambuddy UI.
- SpoolBuddy Kiosk Auth Bypass via API Key — The
/auth/meendpoint now accepts API keys, and the install script includes the API key in the kiosk URL for automatic authentication on boot. - Daily Beta Builds — Added a release script for daily multi-arch Docker beta builds pushed to GHCR and Docker Hub. Beta images are never tagged as
latest. - Inventory Scale Weight Check Column — Added a "Weight Check" column (hidden by default) to the inventory table that compares each spool's last scale measurement against its calculated gross weight.
## Fixed
- Library Upload Doesn't Show New File Until Page Reload (#704) — The upload endpoint used
db.flush()instead ofdb.commit(), so the file list was stale until page reload. Fixed the same race condition in folder create/update and file update endpoints. - Printer File Manager Doesn't Auto-Refresh (#704) — The printer SD card browser only fetched files once when opened. Now auto-refreshes every 30 seconds.
- Database Connection Pool Exhaustion Under Load (#704) — Background tasks held database sessions during slow network I/O, exhausting the pool. Doubled the pool to 30 connections.
- Block Mode Skips Humidity Auto-Stop (#292) — When "Wait for drying to complete" was enabled, drying sessions that reached humidity target continued indefinitely. Block mode now only prevents starting new drying, not stopping completed sessions.
- AMS Fill Level Shows 0% for Non-Viewer Users (#676) — Stale inventory fill of 0% permanently shadowed the correct real-time AMS remain value due to nullish coalescing not falling through on
0. Now bypasses inventory when it says 0% but AMS hardware reports positive remain. - Virtual Printer Proxy Mode Always Shows X1C Model — Now auto-inherits the model from the target printer when creating or updating a proxy virtual printer.
- Cloud Profiles Shared Across All Users (#665) — Bambu Cloud credentials were stored globally instead of per-user. Each user now logs into their own Cloud account independently. Also fixed cloud endpoints requiring wrong permissions.
- Local Profiles Not Shown in AMS Slot Configuration — The
compatible_printersfilter parsed JSON as semicolon-delimited, silently skipping all local presets. Removed the filter entirely. - Interface Aliases Not Shown in Virtual Printer Interface Select — Interface aliases (e.g.
eth0:1) were invisible because the Docker image lackediproute2. Added it to the image. - P2S Camera Stream Disconnects After a Few Seconds (#661) — GnuTLS rejected TLS behaviors some printer firmwares rely on. Added a local TLS termination proxy using OpenSSL. Also reduced reconnect delay and fixed choppy external camera streams.
- iOS/iPadOS Cannot Reposition Floating Camera (#687) — The floating camera viewer only handled mouse events. Added touch event support for drag and resize.
- PA-CF / PA12-CF / PAHT-CF Not Treated as Compatible (#688) — Added a filament type equivalence system so PA variants are treated as compatible in scheduler assignment, AMS slot matching, and filament override dropdowns.
- Force Color Match Toggle Click Target Too Large (#688) — The click target now covers only the checkbox, icon, and label text instead of the entire row.
- HA Switch Badge Always Sends Turn On Instead of Toggle — Now sends
togglefor non-script entities so the badge click actually toggles the switch state. - Multiple Plugs Per Printer Crashes Auto-On/Off —
scalar_one_or_none()raisedMultipleResultsFoundwhen multiple smart plugs were assigned. Now fetches all plugs and returns the main power plug. - Multiple HA Switches Per Printer UNIQUE Constraint — The migration to remove the UNIQUE constraint on
smart_plugs.printer_idnow uses regex matching and also checks standalone UNIQUE indexes. - HMS Notifications for Unknown/Phantom Error Codes — Flipped notification logic from "notify all, suppress specific" to "only notify for errors with known descriptions", matching the frontend behavior.
- Ethernet Badge Shown on WiFi Printers / MQTT Disconnecting (#585) — Three bugs: wrong detection method (bit 18 vs wifi_signal heuristic), bad import path crashing MQTT thread, and WiFi-only models not excluded.
- Inventory Usage Tracker Missing External Spool Mapping (#677) — Fallback
slot_id - 1could never reach external spool IDs. Added position-based resolution using sorted available tray IDs. Contributed by @shrunbr. - Spool Assignment Applies Wrong Filament Profile (#681) — Cloud API returns only the base
filament_idfor versioned setting IDs, ignoring variants. Added a cross-check that corrects the filament ID via reverse lookup. - Debug Logging Endpoint 500 Error — Duration calculation mixed timezone-aware and naive datetimes. Now strips timezone info when reading stored timestamps.
- Bed Cooled Notification Never Fires (#497) — Partial MQTT updates didn't include
bed_temper, so cached temperature never dropped. The monitor now sends periodicpushallcommands to force fresh data. - Notification Provider Missing Event Toggles on Create (#497) — The create endpoint omitted 8 event toggles (
on_bed_cooledand 7 queue events), so they always defaulted to false regardless of user selection. - Clear Plate Prompt Shown for Staged Queue Items — The prompt now only appears when there are auto-dispatchable items that the scheduler will actually start.
- Ethernet Badge Shown on WiFi-Only Printers (#585) — WiFi-only models (A1, P1P, etc.) are now excluded via model-based gating.
- GitHub Backup Required Cloud Login (#655) — Removed the cloud auth gate so GitHub backup can be configured and used without Bambu Cloud login.
- GitHub Backup Log Timestamps Off by 1 Hour — Timestamps were displayed in UTC instead of the user's local timezone. Now uses
parseUTCDatefor correct conversion. - H2D AMS Units Shown on Wrong Nozzle (#659) — Three bugs in AMS
infofield parsing: decimal instead of hex, wrong bit extraction, and partial updates overwriting full map. All fixed. - SD Card Error After FTP Upload (#645) — The FTP upload skipped the server's 226 "Transfer complete" response, sending the print command before the file was flushed to disk. Now waits for confirmation.
- P2S Shows Carbon Rod Maintenance Tasks (#640) — The P2S uses steel shafts, not carbon rods. Added a new
steel_rodcategory with appropriate maintenance tasks. - Dispatch Toast Stuck After Second Print — The dedup guard was never reset between batches, leaving the progress toast stuck. Now resets on dismiss and new batch start.
- Archive Card Buttons Overlapping at Narrow Widths (#641) — Buttons now clip cleanly with ellipsis instead of overlapping at narrow viewport widths.
- Debug Logging Banner Timer Shows Negative Time — Mixed local/UTC timestamps caused negative duration display. Now stores and compares all timestamps in UTC.
- Non-Bambu Lab Spools Can't Link/Unlink to Spoolman (#653) — Generates a fallback tag from printer/AMS/tray IDs for spools without RFID identifiers. Also added an "Unlink" button. Contributed by @shrunbr.
- Spoolman Location Not Updated on Link/Unlink (#669) — Linking now sets the Spoolman location to printer name, AMS name, and slot number; unlinking clears it. Contributed by @shrunbr.
- Print Dispatch Toast Disappears Instantly on Fast Uploads (#615) — The dispatch toast now stays visible for 3 seconds after completion showing a success message before auto-dismissing.
- Print Modal Shows Busy Printers as Selectable (#622) — The printer selector now shows live state badges and grays out busy printers in reprint mode. Queue mode still allows selecting busy printers.
- PWA Install Not Available in Chrome (#629) — Fixed incorrect icon dimensions, split the
"any maskable"purpose, and added required screenshots to the manifest. - Project Statistics Count Archived Files as Printed (#630) — Only files with
status="completed"(actually printed) now count toward completion stats, excluding archived files. - Python 3.10 Compatibility — Added a compatibility shim for
enum.StrEnumwhich was added in Python 3.11. - Bug Report Bubble Overlapping Toasts — Moved toast notifications and upload progress above the bug report bubble.
- Virtual Printer: Bind-TLS Proxy Handshake Failure on OpenSSL 3.x — Added RSA key exchange ciphers to the client SSL context for compatibility with Bambu printers.
- Windows: Server Shuts Down After 60 Seconds (#605) — ffmpeg cleanup broadcast
CTRL_C_EVENTto the entire process group. Now spawns ffmpeg in its own process group. - Multi-Printer Filament Mapping Shows Wrong Nozzle Filaments on Dual-Nozzle Printers (#624) — The multi-printer filament mapping path was missing the
nozzle_idfilter that the single-printer path already had. - Filament Mapping Dropdowns Missing Subtypes (#624) — Now shows
tray_sub_brands(e.g. "PLA Basic", "PLA Matte") in all filament dropdowns, with separate dedup entries for different subtypes. - Archive Card Shows "Source" Badge for Sliced .3mf Files — Now checks
total_layersandprint_time_secondsmetadata to determine if a.3mffile is sliced. Also passes the original filename when creating archives. - AMS Slot Shows Wrong Material for "Support for" Profiles — The name parser returned the first material match ("PLA") instead of the one after "Support for" ("PETG"). Both frontend and backend parsers now detect the naming pattern.
- Firmware Check Shows Wrong Version for H2D Pro (#584) — Added all known SSDP model codes to the firmware check mapping so raw device codes resolve to the correct firmware track.
- Spurious Error Notifications During Normal Printing (0300_0002) — HMS error codes with low 16 bits below
0x4000are status indicators, not faults. Now skips them in both parsers. - Spool Auto-Assign Fails With Greenlet Error (#612) — SQLAlchemy lazy-loaded
spool.assignmentsoutside the async greenlet. Now initializes the collection on new spools and eagerly loads it for existing ones. - SpoolBuddy Link Tag Missing tag_type — Now uses the dedicated
linkTagToSpoolendpoint with propertag_typeanddata_originvalues. - SpoolBuddy AMS Page Missing Fill Levels for Non-BL Spools — Now fetches inventory assignments and computes fill levels from weight data, falling back to AMS remain when no assignment exists.
- SpoolBuddy AMS Page Ext-R Slot Falsely Shown as Active When Idle — Guards against
tray_now=255(idle sentinel) before ext slot active check. - Printer Card Loses Info When Print Is Paused (#562) — Print progress info now shows for both
RUNNINGandPAUSEstates. Status label correctly reads "Paused". - SpoolBuddy "Assign to AMS" Slot Shows Empty Fields in Slicer — Fixed version suffix handling in cloud API calls, correct
filament_idresolution, andSlotPresetMappingsaving. - Virtual Printer Bind Server Fails With TLS-Enabled Slicers (#559) — Port 3002 now uses TLS for slicer compatibility, while port 3000 remains plain TCP.
- Queue Returns 500 When Cancelled Print Exists (#558) — Normalizes
"aborted"status to"cancelled"before storing. A startup fixup converts existing bad rows. - Tests Send Real Maintenance Notifications — Tests now cancel spawned background tasks before mock context exits.
- Virtual Printer Config Changes Ignored Until Toggle Off/On —
sync_from_db()now compares critical fields and restarts VPs when config changes are detected. - Sidebar Navigation Ignores User Permissions — Each nav item is now hidden when the user lacks the corresponding read permission. Also added missing
inventory:*permissions to the frontend type definition. - Camera Button Clickable Without Permission & ffmpeg Process Leak (#550) — Camera button now requires
camera:viewpermission. Added proper process cleanup with background disconnect monitoring and periodic orphan scanning. - Windows Install Fails With "Syntax of the Command Is Incorrect" (#544) — Removed redundant hash verification block that used unparseable multi-line
for /fsyntax. - Queue Badge Shows on Incompatible Printers (#486) — The badge count now applies the same filament compatibility filter as the queue widget.
- SpoolBuddy Daemon Can't Find Hardware Drivers — Added
scripts/tosys.pathat daemon startup and moved imports inside try/except blocks. Demoted hardware-not-available logs to INFO. - SpoolBuddy Scale Tare & Calibration Not Applied — Fixed five bugs in the tare/calibration chain including missing API endpoints, stale values overwriting new ones, and self-referential factor computation.
- A1 Mini Shows "Unknown" Status After MQTT Payload Decode Failure (#549) — Non-UTF-8 MQTT payloads now fall back to
decode(errors="replace")instead of being silently dropped. - H2C Dual Nozzle Variant (O1C2) Not Recognized (#489) — Added
O1C2to all model ID maps across backend and frontend, fixing camera protocol, display names, and more. - Support Package Leaks Full Subnet IPs and Misdetects Docker Network Mode — Masks subnet octets, correctly detects Docker network mode, and parses
funfield from top-level MQTT payload. - SpoolBuddy Scale Calibration Lost After Reboot — Device ID generation now sorts network interfaces alphabetically for deterministic selection across reboots.
- SpoolBuddy NFC Reader Fails to Detect Tags — Fixed PN5180 polling state corruption with full hardware reset before each idle poll, and RF cycle before each active poll. Added auto-recovery after consecutive errors.
## Improved
- Shorter Inventory Location Labels — Location column now shows compact labels like "H2D-1 B3" instead of "H2D-1 AMS-B Slot 3".
- Higher FTP Timeout Options for Large Files (#660) — Added 180s and 300s FTP timeout options. The previous 120s max was insufficient for large 3MF files during active printing.
- Separate Permission for AMS Spool Assignments (#635) — New
inventory:view_assignmentspermission lets users see AMS spool assignments without accessing the full Inventory page. - Prometheus Build Info Metric (#633) — Added
bambuddy_build_infogauge metric exposing version, Python version, platform, and architecture. Contributed by @sw1nn. - i18n: Settings, Smart Plugs, Notifications, Backup/Restore — Replaced all hardcoded English strings with translation keys across Settings, Smart Plug, Notification, and Backup/Restore components. Added ~600 new keys to all 7 locales.
- Install Script: Branch Selection — The native install script now supports a
--branchoption and interactive branch prompt for beta testers. - Print Queue Scheduler Diagnostics (#616) — Added diagnostic logging showing skip summaries and per-printer state details to help diagnose why queued prints aren't starting.
- SpoolBuddy Settings Page Redesign — Redesigned with a tabbed layout (Device, Display, Scale, Updates) including brightness slider, screen blank timeout, step-indicator calibration wizard, and update checker.
- SpoolBuddy Language & Time Format Support — The kiosk now respects Bambuddy's configured UI language and time format, with full translations for all 6 languages.
- SpoolBuddy Kiosk Stability — Disabled swipe-to-navigate gesture and added
videogroup for DSI backlight access. - SpoolBuddy Touch-Friendly UI — Enlarged all interactive elements across the kiosk UI for comfortable finger use on the 1024×600 touchscreen, meeting 44px minimum tap targets.
- Ethernet Connection Indicator (#585) — Printers on ethernet now show a green "Ethernet" badge with cable icon instead of WiFi signal strength.
- SpoolBuddy AMS Page Single-Slot Card Layout — AMS-HT and external spool cards now use a responsive grid aligned with regular AMS card columns.
- SpoolBuddy Scale Value Stabilization — Suppresses redundant scale reports (only sends on ≥2g change), increased moving average window, and added frontend 3g display threshold.
- SpoolBuddy TopBar: Online Printer Selection — Printer selector now only shows online printers and auto-selects the first available. Auto-switches if selected printer goes offline.
- SpoolBuddy Assign to AMS Redesign — Full-screen overlay reusing AMS page components with one-click slot assignment via a single API call.
- Filament ID Conversion Utility — Extracted filament_id/setting_id conversion into a shared utility. The
assign_spoolendpoint now correctly sends bothtray_info_idxandsetting_id. - Updates Card Separates Firmware and Software Settings — Split into labeled "Printer Firmware" and "Bambuddy Software" sections.
- SpoolBuddy Test Coverage — Added 21 backend integration tests and 20 frontend component tests covering all SpoolBuddy API endpoints and main components.
- Cleanup Obsolete Settings — Startup migration now deletes orphaned settings keys no longer used by the application.
- Added HUF Currency (#579) — Added Hungarian Forint (HUF, Ft) to supported currencies.
- FTP Upload Progress & Speed — Reduced chunk size from 1MB to 64KB for smoother progress reporting. Removed post-upload wait that caused 30+ second hangs on H2D. Added transfer speed logging.
- Wider Print & Schedule Modals — Increased modal width from 512px to 672px to accommodate long filament profile names.
## Changed
- CI: Node.js 20 → 22 — Updated GitHub Actions workflows to Node.js 22 LTS ahead of GitHub's Node 20 deprecation.
- Daily Builds Falsely Trigger Update Notification — The version parser misclassified daily build tags as full releases. Now strips the daily suffix before parsing.
- License changed from MIT to AGPL-3.0 — To prevent unauthorized redistribution of Bambuddy as a closed-source product. Community contributions and usage are unaffected.
## Security
- Stored XSS via Project Notes — Project notes rendered with
dangerouslySetInnerHTMLwithout sanitization. Now sanitized with DOMPurify. - Stored XSS via 3MF Description (Sanitizer Bypass) — Hand-rolled HTML sanitizer allowed attribute injection via quote break-out. Replaced with DOMPurify.
- Unauthenticated Auth Toggle via Setup Endpoint — The
/api/v1/auth/setupendpoint could disable authentication without being authenticated. Now returns 403 when auth is already enabled. - PyJWT ≥2.12.0 — Bumped minimum version to address CVE-2026-32597.
- flatted ≥3.4.0 — Updated transitive ESLint dependency to address GHSA-25h7-pfq9-p65f (unbounded recursion DoS).
- Access Code Redacted from Support Logs — Printer access codes in RTSP URLs were not redacted in support bundles. Extended sanitizer to cover
rtsps://URLs and added access codes to exact-match redaction.
## Merged Pull Requests
- #508 — feat(queue): show spool grams left in filament slot mapping (@cimdDev)
- #531 — Add customizable low stock threshold, add low stock filter (@Keybored02)
- #561 — Statistics page: timeframe filtering, new widgets & fix success rate (@aneopsy)
- #569 — Printer Page: print button & drop zone on printer card (@aneopsy)
- #570 — Feature AMS Info Card (@cadtoolbox)
- #573 — Add energy cost to archive card (@Keybored02)
- #578 — Fix AMS slot modal infinite scroll loop on Windows (@aneopsy)
- #580 — Fix AMS slot modal infinite scroll loop on Windows (@aneopsy)
- #581 — Refactor frontend utility functions to reduce duplication (@aneopsy)
- #625 — Feature: Force Color Match (@cadtoolbox)
- #627 — Sync i18n locales: add 655 translated keys, remove 127 stale keys (@aneopsy)
- #633 — feat(metrics): add bambuddy_build_info metric (@sw1nn)
- #653 — Non-Bambu Lab Spools: fully link/unlink to Spoolman (@shrunbr)
- #669 — Update Spoolman location when linking/unlinking (@shrunbr)
- #686 — Properly track filament usage data in Spoolman (@shrunbr)
- #700 — Allow SMTP to be configured before auth is enabled (@shrunbr)
- #710 — SMTP testing uses saved database settings (@shrunbr)
- #711 — Ensures AMS-HT devices are properly identified in Spoolman (@shrunbr)
## Community Contributors
- @shrunbr — Spoolman integration improvements: non-Bambu spool linking/unlinking, location updates, filament usage tracking, AMS-HT identification, SMTP configuration and testing fixes.
- @aneopsy — Statistics page enhancements with timeframe filtering and new widgets, printer card print button and drop zone, AMS slot modal scroll fix, frontend utility refactoring, i18n locale sync, and print dispatch toast fix.
- @cadtoolbox — AMS Info Card with custom labels and slot numbers, Force Color Match for queue scheduling, and multiple bug reports for AMS/permission/ethernet issues.
- @Keybored02 — Customizable low stock threshold with filter, and energy cost display on archive cards.
- @cimdDev — Spool grams remaining display in queue filament slot mapping.
- @sw1nn — Prometheus
bambuddy_build_infometric for version tracking and alerting.