mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 08:25:54 +02:00
[GH-ISSUE #688] [Bug]: Schedule Print - Material Type issue with PA-CF / PAHT-CF / PA12-CF #455
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
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-maziggy-1#455
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 (Mar 13, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/688
Originally assigned to: @maziggy on GitHub.
Bug Description
Schedule Print: Filament Type Mismatch & UI Issues
Setup: Sunlu PA12-CF filament configured in slicer.
Issue 1 – Filament type mismatch when scheduling to "Any H2S" printer
When on Schedule print modal:
Specific Printer tab: The filament matches correctly, PA-CF (Sunlu PA12-CF) in the slicer maps to PA12-CF (Sunlu PA12-CF) in the AMS. ✅
But once in queue and editing the job:

Any H2S tab: The filament is displayed as PA-CF, but the dropdown is disabled, making it impossible to override it. The UI hints say that overriding should be possible, but the control is non-functional.
The desired override would be to set the type to PA12-CF to match the AMS entry, Bambu Lab treats PA-CF and PA12-CF as equivalent on the printer side, but Bambuddy appears to differentiate them.
As a result, the scheduled print does not appear on the Printer page, likely because Bambuddy considers PA-CF ≠ PA12-CF. Since the dropdown is locked in the Schedule Print modal, there is currently no workaround.
Bonus: I tried to change on Bambuddy the AMS slot to:
Regression – Filament type override no longer available for scheduled prints
Issue 2 – Oversized click target on "Force color match" toggle (minor)
In the Schedule Print modal, clicking anywhere on the row, not just the checkbox or its label , toggles the Force color match option. The hit area should be scoped to the checkbox and the "Force color match" label only, to prevent accidental activation.
Expected Behavior
Steps to Reproduce
Printer Model
X1 Carbon
Bambuddy Version
0.2.2b3
Printer Firmware Version
Installation Method
Manual (git clone)
Operating System
Linux (Ubuntu/Debian)
Relevant Logs / Support Package
Screenshots
No response
Additional Context
No response
Checklist
@maziggy commented on GitHub (Mar 13, 2026):
Should be fixed in dev branch. PLease let me know. Thanks.
@aneopsy commented on GitHub (Mar 13, 2026):
All good thx