mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 05:35:30 +02:00
[GH-ISSUE #485] [Bug]: Printing is not deducting from filament #305
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#305
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 @wreuel on GitHub (Feb 21, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/485
Originally assigned to: @maziggy on GitHub.
Bug Description
I have one filament on my stock, is show that is on Slot 4, I have printed something (less tha one gram) but is not deducting anything from it.
Expected Behavior
Even when is less than 1g, it should deduct something right?
Steps to Reproduce
Just print something via bambu studio
Printer Model
P2S
Bambuddy Version
v0.2.1b2
Printer Firmware Version
01.01.03.00
Installation Method
Docker
Operating System
Linux (Ubuntu/Debian)
Relevant Logs / Support Package
Screenshots
Two prints:
The fillament showing assigned on the printer:
It didn't deduct anything:
bambuddy.log
support-info.json
Additional Context
No response
Checklist
@maziggy commented on GitHub (Feb 21, 2026):
This is related to #475 — the 3MF source file isn't being downloaded from your P2S, so the archive has no file_path. The usage tracker's primary method (parsing the 3MF for precise per-filament gram estimates) can't run without it.
The fallback method (AMS remain% delta) also won't help for prints using less than ~10g, since the remain% reported by the printer is integer-granularity (1% = ~10g on a 1kg spool).
Once we fix the 3MF download issue from #475, usage tracking will work correctly — the 3MF contains the exact gram estimates from the slicer, which is what we need for small prints like yours.