Print Banner #29
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Print banner appears after upload but select colors option does nothing.
Also printer banner returns AFTER print completes
Will try to test more tomorrow
Fixed and released in v0.9.15 🎉
https://gitea.it-drui.de/viewit/KX-Bridge-Release/releases/tag/v0.9.15
Root causes turned out to be the v0.9.14 theme refactor (frontend was split into separate files):
Buttons did nothing in the OrcaSlicer device tab — OrcaSlicer's embedded webview loads only the bare HTML and ignores external
<script>/<link>tags, so none of the JS/CSS was actually loaded there. The bridge now inlines CSS + JS into the page, so it works in both a normal browser and the OrcaSlicer webview."Select slots" did nothing right after an upload (even in the browser) — a missing
storeFilesvariable declaration threw aReferenceErrorwhen clicked before the Browser tab had been opened. Fixed.Dropdowns were white-on-white in the OrcaSlicer webview — added
color-scheme+ explicitselect/optioncolors so the native dropdowns render correctly.Banner came back after a finished print — the "file ready" state was only cleared on stop/cancel, now also on
finished.All four verified live against both the browser and the OrcaSlicer device tab. Thanks for the precise reports — the "works after reload" detail was exactly what pinned down #2/#1. 🙏
(Note: re the colored circle in the slot dropdown — native
<option>elements can't carry a colored marker separate from the text, so that stays a neutral●; the slot color is already shown by the colored marker next to the dropdown.)Closing as resolved — reopen if anything's still off in v0.9.15.