mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 05:35:30 +02:00
[PR #711] [MERGED] [Fix]: Ensures AMS-HT devices are properly identified in Spoolman #1098
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
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#1098
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?
📋 Pull Request Information
Original PR: https://github.com/maziggy/bambuddy/pull/711
Author: @shrunbr
Created: 3/15/2026
Status: ✅ Merged
Merged: 3/15/2026
Merged by: @maziggy
Base:
dev← Head:fix/spoolmanAMSHT📝 Commits (4)
6e4a246Modifies convert_ams_slot_to_location to target 254 and higher for external spool, specifically 128 through 135 for AMS-HT and everything else for AMS90cfc7aUpdates docstring to reflect updated id number changes3381901Merge branch 'dev' into fix/spoolmanAMSHT90daf16Update AMS ID comments for clarity on spool types📊 Changes
1 file changed (+10 additions, -5 deletions)
View changed files
📝
backend/app/services/spoolman.py(+10 -5)📄 Description
Description
AMS-HT devices were being misidentified as External Spools in Spoolman. This fixes that and ensures they are properly identified as AMS-HT devices in Spoolman.
COPILOT GENERATED SUMMARY
This pull request updates the logic for converting AMS slot IDs to human-readable location strings in the
convert_ams_slot_to_locationfunction. The main improvement is the addition of support for AMS-HT units and a correction to the range for external spool IDs.Related Issue
Fixes #707
Type of Change
Changes Made
Enhancements to AMS slot location conversion:
AMS-HT <Letter><TrayNumber>.ams_id >= 254(previously 128), ensuring AMS-HT units are not incorrectly labeled as external.Screenshots
Testing
Checklist
Additional Notes
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.