mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 08:25:54 +02:00
[PR #361] [MERGED] Add material mismatch check #1020
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#1020
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/361
Author: @Keybored02
Created: 2/13/2026
Status: ✅ Merged
Merged: 2/15/2026
Merged by: @maziggy
Base:
0.2.0b← Head:0.2.0b📝 Commits (10+)
51d3a92Add material mismatch check4588caeMerge branch '0.2.0b' of https://github.com/Keybored02/bambuddy into 0.2.0b12e758eAdd insufficient filament warningf8ba8d4Merge branch '0.2.0b' into 0.2.0b33c4bd8Fix spool assignments query, mismatch dialog premature closing, confirm modal black text, add missing de.ts, fr.ts, and ja.ts locales4f59be4Merge branch '0.2.0b' of https://github.com/Keybored02/bambuddy into 0.2.0b9fb0c59Merge branch '0.2.0b' into 0.2.0b4820a0dMerge branch '0.2.0b' into 0.2.0b5f2bb02Fix spelling errors in German localizationb7f9979Merge branch '0.2.0b' into 0.2.0b📊 Changes
12 files changed (+277 additions, -13 deletions)
View changed files
📝
backend/app/api/routes/settings.py(+5 -0)📝
backend/app/schemas/settings.py(+5 -0)📝
frontend/src/api/client.ts(+5 -3)📝
frontend/src/components/AssignSpoolModal.tsx(+53 -2)📝
frontend/src/components/ConfirmModal.tsx(+2 -2)📝
frontend/src/components/PrintModal/index.tsx(+127 -4)📝
frontend/src/components/SpoolmanSettings.tsx(+26 -2)📝
frontend/src/i18n/locales/de.ts(+9 -0)📝
frontend/src/i18n/locales/en.ts(+9 -0)📝
frontend/src/i18n/locales/fr.ts(+9 -0)📝
frontend/src/i18n/locales/it.ts(+18 -0)📝
frontend/src/i18n/locales/ja.ts(+9 -0)📄 Description
Description
Add material mismatch check when assigning spools. This is implemented for non-BL spools only.
Related Issue
Type of Change
Changes Made
Screenshots
Testing
Checklist
Additional Notes
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.