mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 05:35:30 +02:00
[GH-ISSUE #410] [Bug]: Printer Page - Clear Plate issue #258
Labels
No labels
A1
automated
automated
bug
bug
Closed due to inactivity
contrib
dependencies
dependencies
duplicate
enhancement
feedback
hold
invalid
Notes
P1S
pull-request
security
security
ThumbsUp
user-report
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/bambuddy#258
Loading…
Add table
Add a link
Reference in a new issue
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?
Originally created by @aneopsy on GitHub (Feb 17, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/410
Originally assigned to: @maziggy on GitHub.
Bug Description
Scheduled queue items not visible after plate clear
Issue:
needsClearPlate = printerState === 'FINISH' || printerState === 'FAILED'is always trueBehavior:
Expected Behavior
Clear Plate should make needsClearPlate false so it show the queue information
Steps to Reproduce
Printer Model
X1 Carbon
Bambuddy Version
0.2.0b
Printer Firmware Version
--
Installation Method
Manual (git clone)
Operating System
Linux (Ubuntu/Debian)
Relevant Logs / Support Package
Screenshots
Additional Context
No response
Checklist
@maziggy commented on GitHub (Feb 17, 2026):
Fixed in branch 0.2.0b. Please let me know if it works.
@aneopsy commented on GitHub (Feb 17, 2026):
All good, perfect thnks