mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 08:25:54 +02:00
[GH-ISSUE #1047] [Feature]: make ams slot config available in Buddy like in Spoolbuddy #739
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#739
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 @TravisWilder on GitHub (Apr 20, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/1047
Originally assigned to: @maziggy on GitHub.
Problem or Use Case
Spoolbuddy can configure an AMS slot after reset.
Bambuddy can not edit slot if "reset slot" was clicked
Proposed Solution
make both function equal
Alternatives Considered
No response
Feature Category
UI/UX
Priority
Would improve my workflow
Mockups or Examples
Bambuddy after reset

Spoolbuddy after reset

Contribution
Checklist
@maziggy commented on GitHub (Apr 20, 2026):
The gate that hid Configure and Assign Spool on reset slots was added in #784 to avoid showing those actions on physically-empty slots (firmware state=9), but reset slots often report state=9 even when a spool is still loaded, so the gate hit your case wrongly. Removed it at both the AMS and AMS-HT render paths — Bambuddy now matches SpoolBuddy's behavior.
Available/Fixed in branch dev and available with the next release or daily build. Please let me know if it works for you now.
If you find Bambuddy useful, please consider giving it a ⭐ on GitHub — it helps others discover the project!