mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 05:35:30 +02:00
[GH-ISSUE #496] [Bug]: Filament weight reported correctly in printer card, but incorrectly in filament menu #315
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#315
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 @hollycroftlabs on GitHub (Feb 23, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/496
Originally assigned to: @maziggy on GitHub.
Bug Description
Some filaments are reported incorrectly in the filament menu despite being reported correctly in the AMS section of the printer card.
Expected Behavior
Printer weights reported correctly between both menus
Steps to Reproduce
Printer Model
P1S
Bambuddy Version
0.2.1b2
Printer Firmware Version
01.09.01.00
Installation Method
Docker
Operating System
Linux (Ubuntu/Debian)
Relevant Logs / Support Package
Screenshots
Additional Context
No response
Checklist
@maziggy commented on GitHub (Feb 23, 2026):
Please try branch 0.2.1b3. It the problem is still there, I need a support package please.
@Keybored02 commented on GitHub (Feb 23, 2026):
bambuddy-support-20260223-104841.zip
Same issue on the latest 0.2.1b3.
In my case it affects only the Bambu spools that where created automatically in Spoolman and then re-inserted manually into the internal database when I switched to it. It does report the fill level based on what Spoolman reports. Setting
inventoryFillto Internal fixes the issue (obviously). Fill is working for spools that are not Bambu, or Bambu spools created directly in the new database.@maziggy commented on GitHub (Feb 23, 2026):
Not sure if I got it. Can you please explain a little bit more detailed?
- Manually create new spools via the Inventory form?
- Or was there some other method (e.g. auto-created when disabling Spoolman)?
@hollycroftlabs same questions for your setup — are you using Spoolman, internal inventory, or both?
@Keybored02 commented on GitHub (Feb 23, 2026):
inventoryFillinPrintersPageto ignore all other sources and track only from Inventory. This fixed the fill percentage@maziggy commented on GitHub (Feb 23, 2026):
What does "I set inventoryFill in PrintersPage" mean?
@Keybored02 commented on GitHub (Feb 23, 2026):
Edit to the source code in
PrintersPage.tsx. Mentioned the wrong variable, sorry, meantfillSource = 'inventory'.@maziggy commented on GitHub (Feb 23, 2026):
Got it. Will look into it later.
@hollycroftlabs commented on GitHub (Feb 23, 2026):
I'm using internal inventory now, but was using spoolman.
I'm not sure this issue is just related to spoolman, i just inserted a brand new full spool into my ams and got the same issue. Printer card shows full, filament menu shows empty
@maziggy commented on GitHub (Feb 23, 2026):
Hopefully fixed in branch 0.2.1b3. Please let me know.
@Keybored02 commented on GitHub (Feb 23, 2026):
Fixed for me.