mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 08:25:54 +02:00
[GH-ISSUE #413] [Bug]: SpoolWeightPicker finds spools by core_weight, not by name or ID #256
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#256
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 @Keybored02 on GitHub (Feb 17, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/413
Originally assigned to: @Keybored02 on GitHub.
Bug Description
In AdditionalSection.tsx: when editing a spool, the SpoolWeightPicker receives only the numeric core_weight value but doesn't know which catalog entry name should be associated with it. When multiple catalog entries have the same weight, the find() function returns the first match, not necessarily the one I originally selected.
Expected Behavior
When editing a previously created spool, core_weight is correct, but the name reverts to the frits of the catalog with that core_weight, not the one originally selected. It should display the original name.
Steps to Reproduce
Printer Model
H2C
Bambuddy Version
0.2.0
Printer Firmware Version
01.01.05.00
Installation Method
Docker
Operating System
Docker
Relevant Logs / Support Package
Screenshots
No response
Additional Context
No response
Checklist