[GH-ISSUE #828] [Feature]: Assigning spools #556

Open
opened 2026-05-06 12:30:54 +02:00 by BreizhHardware · 7 comments

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

  • I would be willing to help implement this feature

Checklist

  • I have searched existing issues to ensure this feature hasn't already been requested
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 - [ ] I would be willing to help implement this feature ### Checklist - [x] I have searched existing issues to ensure this feature hasn't already been requested
Author
Owner

@maziggy commented on GitHub (Mar 27, 2026):

To which field do you add the number?

Allso to be able to assign a spool from the total overview of spools would be grate.

Also what does "total overview" mean?

<!-- gh-comment-id:4140601089 --> @maziggy commented on GitHub (Mar 27, 2026): To which field do you add the number? >Allso to be able to assign a spool from the total overview of spools would be grate. Also what does "total overview" mean?
Author
Owner

@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.

To which field do you add the number?

Allso to be able to assign a spool from the total overview of spools would be grate.

Also what does "total overview" mean?

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

<!-- gh-comment-id:4142292478 --> @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. > To which field do you add the number? > > > Allso to be able to assign a spool from the total overview of spools would be grate. > > Also what does "total overview" mean? 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
Author
Owner

@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?

<!-- gh-comment-id:4142574379 --> @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?
Author
Owner

@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.

<!-- gh-comment-id:4142666928 --> @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.
Author
Owner

@ackinn 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?

Yes. That would be perfect.

<!-- gh-comment-id:4142976273 --> @ackinn 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? Yes. That would be perfect.
Author
Owner

@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

<!-- gh-comment-id:4174999452 --> @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
Author
Owner

@maziggy commented on GitHub (Apr 2, 2026):

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

If you want to contribute, please go ahead. I would suggest to first read CONTRIBUTING.md.

<!-- gh-comment-id:4175516148 --> @maziggy commented on GitHub (Apr 2, 2026): > 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 If you want to contribute, please go ahead. I would suggest to first read CONTRIBUTING.md.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/bambuddy#556
No description provided.