-
v0.9.20 Stable
released this
2026-06-08 23:40:57 +02:00 | 1 commits to master since this releaseNew
- French language support (PR #45 by @Nathacks)
- Z height display in the print UI (PR #49 by @Nathacks). Shows
current Z position in mm below the layer counter.
Fixed
- Camera auto-start ignored "Enable camera on print start" setting
after a bridge restart (issue #50). The setting was cached in the
process environment — after saving it in the UI, the old value
survived the restart and the new value fromconfig.iniwas never
read. - Camera restarted automatically after manual stop during a print
(issue #50). A new_camera_user_stoppedflag suppresses
auto-restart for the current print session. It resets when the
print ends. - Spurious "stream unavailable" error toast when stopping the camera
manually. The image error handler was still registered when
img.srcwas cleared. - JS error (
ReferenceError: br is not defined) when toggling the
light. Variable was referenced from the wrong scope. - Webcam URLs are now absolute so that Mobileraker/Obico clients can
reach them.
Downloads