mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 08:25:54 +02:00
[GH-ISSUE #293] [Bug]: Spoolman integration Bambuddy "Füllstand" shows 0 % #181
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#181
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 @chrisonline on GitHub (Feb 7, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/293
Originally assigned to: @maziggy on GitHub.
Bug Description
After sync the Bambuddy "Füllstand" still shows 0 %.
Spoolman shows correct 1000 g.
Expected Behavior
I hit sync and get no errors, but the "Füllstand" is still 0 % of the Bambulab Black Filament.
Steps to Reproduce
Printer Model
A1 with AMS Lite (does not have any info about the weight of the spools)
Bambuddy Version
0.1.8
Printer Firmware Version
01.07.02.00
Installation Method
Docker
Operating System
Docker
Relevant Logs / Support Package
bambuddy-support-20260207-162931.zip
Screenshots
Additional Context
No response
Checklist
@Percy2Live commented on GitHub (Feb 7, 2026):
Is there any specific reason why you disabled the "AMS Gewichtsschätzung"?
I'm running a similar setup with a P1S and Spoolman, for me it's working fine:
The only difference between our setups I can identify is this setting (beside using different printers)
@maziggy commented on GitHub (Feb 8, 2026):
Fixed in branch 0.1.9b. Please let me know if ti works for you.
Docs -> https://wiki.bambuddy.cool/features/spoolman/?h=ams+lite#fill-level-for-ams-lite-external-spools
If you find Bambuddy useful, please consider giving it a ⭐ on GitHub — it helps others discover the project!
@chrisonline commented on GitHub (Feb 8, 2026):
Yes because "AMS Gewichtseinschätzung" needs that the AMS supports this.
I have an AMS Lite with the A1 and this unit does not have any infos about the filament besides the RFID chip info.
@Percy2Live commented on GitHub (Feb 8, 2026):
Have you tried 0.1.9b? Is this solved with the new version?
@chrisonline commented on GitHub (Feb 8, 2026):
Have not tried it yet because I use docker and need to figure out how I can now use the not released 0.1.9b version.
@maziggy commented on GitHub (Feb 8, 2026):
cd to your docker folder and do a
git pull && git checkout 0.1.9b && git pull && docker compose build --no-cache && docker compose down && docker compose up
@chrisonline commented on GitHub (Feb 8, 2026):
Fixed with 0.1.9b.
"Füllstand" shows now correct percentage.