mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 08:25:54 +02:00
[GH-ISSUE #210] [Feature]: Show "Open in Spoolman" instead of "Link to Spoolman" for already imported spools #131
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#131
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 @bambuman on GitHub (Jan 31, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/210
Originally assigned to: @maziggy on GitHub.
Problem or Use Case
When a spool has already been imported into Spoolman, the FilamentHoverCard still displays the "Link to Spoolman" button. This makes it unclear whether the spool was successfully identified or not.
Proposed Solution
It would be more intuitive to display an "Open in Spoolman" button instead. This would confirm the link exists and allow me to quickly jump to Spoolman to edit the record.
Alternatives Considered
None
Feature Category
Spoolman Integration
Priority
Would improve my workflow
Mockups or Examples
Contribution
Checklist
@maziggy commented on GitHub (Feb 1, 2026):
The link to Spoolman button should only be active, if the tag was not found in Spoolman AND there is at least one spool in Spooman that has no tag assigned. If it's not working for you, please attach a support package -> https://wiki.bambuddy.cool/features/system-info/?h=debug#enable-debug-logging
@alexvenzke commented on GitHub (Feb 1, 2026):
Got the same problem, support package included, newest release
bambuddy-support-20260201-124950.zip
@bambuman commented on GitHub (Feb 1, 2026):
I have non Bambu Lab spools that are missing tag's. But the tag id is present in SpoolMan. Even the location is correct.
Looking at the code the button is only disabled if there are no unlinked spools.
disabled={spoolman.hasUnlinkedSpools === false}bambuddy-support-20260201-140951.zip
@maziggy commented on GitHub (Feb 2, 2026):
Available in branch 0.1.7b. Please let me know if it works for you.
@bambuman commented on GitHub (Feb 2, 2026):
Perfect 👍