mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 05:35:30 +02:00
[PR #531] [MERGED] Add customizable low stock threshold, add low stock filter #1061
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#1061
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/531
Author: @Keybored02
Created: 2/26/2026
Status: ✅ Merged
Merged: 3/3/2026
Merged by: @maziggy
Base:
0.2.2b1← Head:feature/low_spool_edit📝 Commits (10+)
4e80efefeat(queue): show spool grams left in filament slot mappingf7459d1Merge branch '0.2.2b1' into custom/feature-queue-spool-remaining-weight0bb4682Bumped version72e94ceAdd SpoolBuddy AMS slot config, external slots, and dashboard redesign0310574Fix SpoolBuddy daemon crash when read_tag module is missingd0877bdFix SpoolBuddy daemon failing to import hardware drivers1e88d14Increase scale moving average window to reduce weight bouncing7f38e30Remove stability flipping as scale report triggerc936945Merge branch '0.2.2b1' into custom/feature-queue-spool-remaining-weight7104b56Fix formatting of option elements in FilamentMapping📊 Changes
12 files changed (+531 additions, -12 deletions)
View changed files
📝
backend/app/api/routes/settings.py(+1 -0)📝
backend/app/schemas/settings.py(+9 -0)📝
backend/tests/integration/test_settings_api.py(+21 -0)➕
frontend/src/__tests__/pages/InventoryPageLowStock.test.tsx(+392 -0)📝
frontend/src/api/client.ts(+2 -0)📝
frontend/src/i18n/locales/de.ts(+1 -1)📝
frontend/src/i18n/locales/en.ts(+1 -1)📝
frontend/src/i18n/locales/fr.ts(+1 -1)📝
frontend/src/i18n/locales/it.ts(+1 -0)📝
frontend/src/i18n/locales/ja.ts(+1 -1)📝
frontend/src/i18n/locales/pt-BR.ts(+1 -1)📝
frontend/src/pages/InventoryPage.tsx(+100 -7)📄 Description
Description
Make the low spool threshold customizable instead of hard-coded to 20%. Add a new filter to the Filament page to show only low spools.
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.