-
v0.9.7 Stable
released this
2026-05-08 18:24:15 +02:00 | 0 commits to master since this releaseNew
- fetch_credentials tool: Fetches and decrypts MQTT credentials directly from the printer via HTTP — no running Anycubic Slicer required, only the printer IP needed. Linux binary and Windows EXE included in release. (Contributed by bebu, PR #19)
Fixes
- Large GCode upload: Files >1 MB were rejected with HTTP 413 — aiohttp
client_max_sizeraised to 256 MB - Upload timeout: Socket timeout after GCode upload raised from 10s to 120s — large files caused the bridge to crash with an empty response while the printer was still processing
Downloads
-
v0.9.6 Stable
released this
2026-05-02 20:58:41 +02:00 | 9 commits to master since this releaseNew
- Progress card: Elapsed / Slicer estimate / Remaining time shown as mini-cards (same style as temperature cards)
- Layer mini-card: Layer count displayed as mini-card next to the progress bar
Fixes
- Slicer estimate time: OrcaSlicer writes the estimated time at the end of the GCode file — bridge now also scans the last 64 KB (previously only the first 16 KB were checked)
- start.sh:
config/directory is now created automatically andconfig.ini.exampleis copied into it on first run (Issue #15)
Downloads
-
v0.9.5 Stable
released this
2026-05-01 18:09:25 +02:00 | 10 commits to master since this releaseNew
- Upload banner: After "Upload only", a green banner appears with the filename — "▶ Start Print" starts the print directly, "✕ Cancel" dismisses the banner
Fixes
- Auto-print:
auto_printwas always reset toFalseafter the multipart loop — OrcaSlicer "Upload and print" never started the print automatically - Thumbnail: Preview image is now shown after "Upload only" — bridge requests
fileDetailsimmediately after upload - Log auto-scroll: Scroll position is preserved when auto-scroll is disabled — no more unwanted jump to top
Downloads
-
v0.9.4 Stable
released this
2026-05-01 11:24:08 +02:00 | 11 commits to master since this releaseNew
- AMS slot editor: Click any slot in the AMS panel to open an edit dialog — set color (color picker) and material (preset buttons: PLA/PETG/ABS/ASA/TPU/PA/PC/HIPS or free text) directly from the browser
- Improved log panel: Full MQTT payloads (no truncation), direction filter (All/RX/TX) and topic quick-filter buttons (AMS / print / info / status)
Fixes
- i18n: Camera placeholder text and log direction "All" button now correctly translated on language switch
Downloads
-
v0.9.3 Stable
released this
2026-05-01 10:35:10 +02:00 | 13 commits to master since this releaseFixes
- Update check: Stable users no longer receive dev pre-releases (Issue #14)
- Version after update:
VERSIONfile now included in Docker image — version correctly updated after self-update (Issue #14)
New
- Version in header: Running version shown in Web-UI header next to printer name (Issue #14)
Downloads
-
v0.9.2 Stable
released this
2026-04-29 14:46:27 +02:00 | 16 commits to master since this release⚠️ Breaking Change: Configuration moves from
.envtoconfig/config.iniMigration is automatic on first start — no manual action required.
- On first start after upgrade,
.envis automatically migrated toconfig/config.ini - Settings now survive
docker-compose restartand future updates - Copy
config/config.ini.exampleif you want to create the config manually
What's new
- Persistent settings:
config/config.inireplaces.env(Issue #9) - Connection error banner: Red banner in Web-UI on MQTT failure (Issue #11)
- Slicer estimated time: Total print time from GCode header shown in progress panel
- README: OrcaSlicer URL and
extract_credentialsdownload link clarified (Issues #12/#13)
Downloads
- On first start after upgrade,
-
Dev Build f2d6af6 Pre-Release
released this
2026-04-29 14:18:13 +02:00 | 16 commits to master since this releaseAutomatischer Dev-Build vom 2026-04-29
Commit: f2d6af6
Basis: 0.9.1Neu in diesem Build:
- config.ini statt .env – Settings bleiben nach docker-compose restart erhalten
- Verbindungsfehler-Banner in Web-UI (#11)
- README: OrcaSlicer-URL und extract_credentials-Link präzisiert (#12/#13)
Downloads
-
Dev Build 1828eec Pre-Release
released this
2026-04-27 14:23:30 +02:00 | 16 commits to master since this releaseAutomatischer Dev-Build vom 2026-04-27
Commit: 1828eec
Basis: 0.9.1Achtung: Experimenteller Build, nicht für den produktiven Einsatz.
Downloads
-
Dev Build 14cfb27 Pre-Release
released this
2026-04-26 20:30:55 +02:00 | 16 commits to master since this releaseDev-Build 2026-04-28
Commit: 14cfb27
Basis: 0.9.1Neu
- Slicer-Schätzzeit im Fortschritts-Panel (aus GCode-Header)
- Changelog im Update-Dialog
Downloads