mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 08:25:54 +02:00
[GH-ISSUE #499] [Bug]: Loading spool into AMS Lite sets remaining weight to 0 in Spoolman #317
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#317
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 @redvers76 on GitHub (Feb 23, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/499
Originally assigned to: @maziggy on GitHub.
Bug Description
Loaded existing spool onto AMS Lite.
Looked in Spoolman and remaining weight had been set 0g
Expected Behavior
Remaining weight not to be set to 0g when loading a spool
Steps to Reproduce
Load a spool onto AMS Lite
Printer Model
A1
Bambuddy Version
0.2.1b2
Printer Firmware Version
01.07.02.00
Installation Method
Docker
Operating System
Linux (Other)
Relevant Logs / Support Package
Screenshots
No response
Additional Context
Spoolman Version 0.23.1 (eafbc64)
Added Spoolman debug logs to zip file
bambuddy-support-20260223-114516.zip
Checklist
@maziggy commented on GitHub (Feb 23, 2026):
AMS Lite doesn't have a spool fill sensor, so Bambuddy cannot update the usage.
@redvers76 commented on GitHub (Feb 23, 2026):
But the problem is it is updating the usage, it is setting it to 0, overwriting the value that is already set in Spoolman. When it adds a new spool, it creates the spool with 0g remaining.
Other tools have no issue updating usage based on gcode parsing. Just because Bambuddy cannot do that doesn't mean it should overwrite valid data in Spoolman!
@maziggy commented on GitHub (Feb 23, 2026):
Switch to 0.2.1b3 which is available in a few minutes.