1.5 KiB
1.5 KiB
KX-Bridge 0.9.30-nightly14 — Nightly Build
[experimental] May be unstable — for testers and early adopters only.
Changes since nightly-20260625
- Fix: filament usage could be silently deducted from Spoolman spools that weren't even used in the current print. With multiple AMS slots mapped to Spoolman spools, every print reported the same filament-usage amount to all mapped spools instead of only the one actually printing with — over many prints this could drift a spool's tracked remaining filament by 100g+ compared to reality. Root cause: a timing bug where the mid-print usage sync ran before the bridge had a chance to attribute usage to the correct slot right after print start, falling back to an equal split across every spool. Fixed the timing and made the fallback safe for multi-slot setups (reports nothing rather than guessing wrong).
- Fix: the manual "Connect" button in the header could silently fail (500 error) on long-running bridge instances with frequent MQTT reconnects, due to an internal packet-ID counter overflowing after enough reconnect cycles.
- Feat: the power-switch toggle (for smart-plug printer power control) moved from the Printers tab into the header, right next to the printer name/status — much easier to find, and now shows the action a click would perform (green "On" while the printer is off, red "Off" while it's on) instead of two static buttons.
Update Docker image
docker compose pull && docker compose up -d
Image tag: gitea.it-drui.de/viewit/kx-bridge:nightly