mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 05:35:30 +02:00
[GH-ISSUE #624] [Bug]: Inconsistent filament list between 1 printer selection and multiple #405
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#405
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 @cadtoolbox on GitHub (Mar 5, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/624
Originally assigned to: @maziggy on GitHub.
Bug Description
When printing from the H2D Pro (Dual Nozzle) the filament mapping overrides when using a specific single printer show the correct list for the applicable nozzle for the print:
When you select multiple printers, the filament mapping override shows all filaments loaded for both nozzles which is not correct or applicable for the print:
Expected Behavior
Both single or multiple printer filament overrides should be correct for the print job based on nozzle.
Steps to Reproduce
See screenshots above.
Printer Model
H2D Pro
Bambuddy Version
v0.2.2b1
Printer Firmware Version
01.01.00.00
Installation Method
Other
Operating System
Windows
Relevant Logs / Support Package
Screenshots
No response
Additional Context
No response
Checklist
@cadtoolbox commented on GitHub (Mar 5, 2026):
Noted: Additionally, it doesn't initially give a warning on filament mismatch if the slots match, but the color does not match the 3mf file. It should always warn if it does not match, and default to "Select a slot" to make the user select a replacement color that matches the 3mf material. Should unmatching material also be filtered out?
For the "Any Model" overrides: I would expect it to list out all matching material loaded into any AMS for any matching printer model. It needs to show Basic or Matte selections and not just Material and Color.
@maziggy commented on GitHub (Mar 5, 2026):
Good catch. I've implemented the new filtering but forgot, that dual nozzle printers are using a different code path.
Should be fixed in branch 0.2.2b2.
@cadtoolbox commented on GitHub (Mar 5, 2026):
@maziggy The specific printer tab filament lists are now consistent. The Any Model is still confusing since it combines material and colors without showing if it's Basic or Matte or any other differences:
@maziggy commented on GitHub (Mar 6, 2026):
I see....
Both modals are missing the filament subtype. Print to any modal is also missing the AMS/slot names.
@maziggy commented on GitHub (Mar 6, 2026):
Fixed in branch 0.2.2b2. Please let me know if it works for you.