mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 05:35:30 +02:00
[PR #191] [MERGED] Fix Spoolman sync for transparent/natural filament spools #950
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#950
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/191
Author: @maziggy
Created: 1/30/2026
Status: ✅ Merged
Merged: 1/30/2026
Merged by: @maziggy
Base:
0.1.6-final← Head:fix/190📝 Commits (1)
5004d94Fix Spoolman sync for transparent/natural filament spools📊 Changes
1 file changed (+7 additions, -2 deletions)
View changed files
📝
backend/app/services/spoolman.py(+7 -2)📄 Description
Fix Spoolman sync for transparent/natural filament spools
Transparent spools (like Natural PLA Support) report color "00000000"
which was being skipped as invalid. Now these spools are synced with
a light cream color (F5E6D3) that represents how natural PLA looks.
Fixes #190
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.