mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 08:25:54 +02:00
[GH-ISSUE #817] [Bug]: Filament stock does not take in consideration multiple equal rolls #549
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#549
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 @odin6796 on GitHub (Mar 25, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/817
Originally assigned to: @Keybored02 on GitHub.
Bug Description
Under Filament if we add a second roll equal to one that is ending it does not consider this and keeps saying low stock.
Expected Behavior
It should know there is more of that role in stock and not say its low stock.
Steps to Reproduce
1 - Go to filaments
2 - Add a new but equal to a filament that is running out
Printer Model
P1S
Bambuddy Version
v0.2.2.1
Printer Firmware Version
01.08
Installation Method
Docker
Operating System
Linux (Ubuntu/Debian)
Relevant Logs / Support Package
No response
Screenshots
No response
Additional Context
No response
Checklist
@Keybored02 commented on GitHub (Mar 25, 2026):
Low Stock is simply a filter to show all spools under a certain fill level. If I'm understanding correctly, you'd prefer a inventory stock take, where if you have less than x amount of spools left for a given material, it shows it as low stock? So more a point of reorder approach?
Unlike Spoolman, Bambuddy Internal inventory treats all spools as individual entities. So instead of having the user create first a filament that is then used as template to add spools to inventory, each item is unique and not related to others of the same manufacturer/ material/ type/ color.
Implementing your request would mean quite a bit of rework, but I do admit that I like the Spoolman approach.
@odin6796 commented on GitHub (Mar 25, 2026):
Oh I see, well ok then! Thank you