mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 08:25:54 +02:00
[GH-ISSUE #828] [Feature]: Assigning spools #557
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#557
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 @ackinn on GitHub (Mar 26, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/828
Originally assigned to: @elad-bar on GitHub.
Problem or Use Case
When i click assign spool, i get a search field. It should be possible to search for the spool id. I have marked all my spool with the number from the id, so if i pick a spool from the shelf with id 63, i should be able to search for 63 and find the spool to assign. Allso to be able to assign a spool from the total overview of spools would be grate.
Proposed Solution
Be able to search for spool id when Assigning spools. Allso assign spool from the total spool overview.
Alternatives Considered
No response
Feature Category
Other
Priority
Nice to have
Mockups or Examples
No response
Contribution
Checklist
@maziggy commented on GitHub (Mar 27, 2026):
To which field do you add the number?
Also what does "total overview" mean?
@ackinn commented on GitHub (Mar 27, 2026):
I dont add a number. The ID is generated automatically. Then i Wright that on the spool physically to keep track of wat spool it is. When i then pick a spool from the shelf i would like to add the id into the search instead of having to search on colour fore instance. Total overview means the total overview in Bambuddy. You click on filaments, then you see the hole list.
I dont add a number. The ID is generated automatically. Then i Wright that on the spool physically to keep track of wat spool it is. When i then pick a spool from the shelf i would like to add the id into the search instead of having to search on colour fore instance. Total overview means the total overview in Bambuddy. You click on filaments, then you see the hole list
@maziggy commented on GitHub (Mar 27, 2026):
I think I got it now.
Each spool already has a unique id in inventory. So we just need to add it to the search form.
Correct?
@leisegang commented on GitHub (Mar 27, 2026):
YEs i believe so.
I mark all my spools with a number. I/we want to be able to assign/search spool by ID, type would also be great.
@ackinn commented on GitHub (Mar 27, 2026):
Yes. That would be perfect.
@elad-bar commented on GitHub (Apr 2, 2026):
I'm new to this project, must say - well done! Thank you for that project.
I think that this feature request can play together very well with printing labels from #809,
I worked on my own project for inventory managment system for bambu p2s with ams2,
Idea was that once I have the inventory, I will be able to scan the barcode with my mobile device which will get me into assignment view of the app (pwa), to choose to which slot in the ams to assign to, then push the info using mqtt to the printer.
It actually works and if you are intersted I can share the repo (currently private),
Reason I stopped working on it was to learn what other projects available and to see the gap, if possible contribute it as feature rather yet another project
@maziggy commented on GitHub (Apr 2, 2026):
If you want to contribute, please go ahead. I would suggest to first read CONTRIBUTING.md.