You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix Klipper preview not showing when item linked after fetch
The job-preview channel was only pushed a state the moment the print
filename changed, so an item linked to that channel afterward (while
the same file was still active) never received a value. Cache the
last fetched thumbnail and re-push it every refresh cycle, and add
debug logging to the previously-silent failure paths.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Signed-off-by: Scott Hanson <scooter_seh@yahoo.com>
Copy file name to clipboardExpand all lines: bundles/org.openhab.binding.threedprinter/src/main/java/org/openhab/binding/threedprinter/internal/handler/KlipperHandler.java
+29-4Lines changed: 29 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -67,6 +67,7 @@ public class KlipperHandler extends AbstractPrinterHandler {
0 commit comments