mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 05:35:30 +02:00
[PR #625] [MERGED] Feature: Force Color Match #1084
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#1084
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/625
Author: @cadtoolbox
Created: 3/5/2026
Status: ✅ Merged
Merged: 3/9/2026
Merged by: @maziggy
Base:
0.2.3b1← Head:dev_forcecolormatch📝 Commits (10+)
5543358Added "Force Color Match" feature to filament override28117c8Update settings.py797a30bUpdate settings.py32f4f18Label updates for warnings and checkbox case590732dInitial plan218a63eAdd noMatchingMaterial i18n translations to all 7 locale filesea712dcUse {{material}} interpolation in noMatchingMaterial; populate from filament_overrides with getColorName3995793Updates for PR#625 commentsb276b4bAdded "Force Color Match" feature to filament override635fb2eUpdate settings.py📊 Changes
17 files changed (+742 additions, -542 deletions)
View changed files
📝
backend/app/services/print_scheduler.py(+120 -11)📝
frontend/src/api/client.ts(+3 -4)📝
frontend/src/components/PrintModal/FilamentOverride.tsx(+69 -50)📝
frontend/src/components/PrintModal/index.tsx(+50 -8)📝
frontend/src/components/PrinterQueueWidget.tsx(+2 -19)📝
frontend/src/i18n/locales/de.ts(+1 -0)📝
frontend/src/i18n/locales/en.ts(+1 -0)📝
frontend/src/i18n/locales/fr.ts(+1 -0)📝
frontend/src/i18n/locales/it.ts(+1 -0)📝
frontend/src/i18n/locales/ja.ts(+1 -0)📝
frontend/src/i18n/locales/pt-BR.ts(+1 -0)📝
frontend/src/i18n/locales/zh-CN.ts(+1 -0)📝
frontend/src/pages/PrintersPage.tsx(+3 -17)📝
frontend/src/utils/printer.ts(+55 -0)📝
static/assets/index-BHfcmN6A.js(+430 -430)📝
static/assets/index-BoLtXYT2.css(+1 -1)📝
static/index.html(+2 -2)📄 Description
Description
This PR introduces a new Force Color Match feature to improve how Bambuddy matches filament/color information during print scheduling when selecting "Any Model" as the print method. When enabled, the system will prefer a strict color match (rather than “best effort” / fallback matching) to reduce incorrect filament assignments and improve archive consistency—especially for libraries with similarly-named filaments or overlapping color metadata.
Bambuddy currently performs color/filament matching in a way that can occasionally:
Force Color Match adds an explicit option to make matching behavior deterministic and stricter where users want accuracy over flexibility.
Related Issue
Fixes #604
Type of Change
Changes Made
Screenshots
Testing
Testing involved:
Checklist
Additional Notes
Additional testing with different printers, AMS combos and filament would be ideal.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.