feat(dashboard): show printer pause reason on the dashboard #92
Reference in New Issue
Block a user
No description provided.
Delete Branch "Pavulon87/KX-Bridge-Release:feature/show-pause-reason"
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?
Description
This PR adds a pause notification banner to the web dashboard that displays the reason why a print has been paused.
When the printer enters the
pausedstate and provides a pause message, the bridge now stores both the error code and the pause message and exposes them through the dashboard API.The web UI displays a banner while the print is paused, showing:
The banner is automatically hidden when printing resumes or the print finishes, is stopped, or is cancelled.
This improves the user experience by making pause events immediately visible without requiring users to inspect logs or the printer's screen.
Additionally, translations for the new banner label have been added for all supported languages.
Type
Tested with
Checklist
Merged, thanks @Pavulon87! Clean addition, nice touch linking straight to the Anycubic error-code docs.