mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 08:25:54 +02:00
[PR #429] [MERGED] Show remaining spool weigth instead of used #1041
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#1041
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/429
Author: @Keybored02
Created: 2/18/2026
Status: ✅ Merged
Merged: 2/18/2026
Merged by: @maziggy
Base:
0.2.1b← Head:feature/use_remaining_filament📝 Commits (5)
7efbb1fShow remaining spool weigth instead of used626a345Merge branch '0.2.1b' into feature/use_remaining_filament07015a7fix(i18n): update remaining filament labels in multiple languagesc68b73fMerge branch 'feature/use_remaining_filament' of https://github.com/Keybored02/bambuddy into feature/use_remaining_filament1c068d2Merge branch '0.2.1b' into feature/use_remaining_filament📊 Changes
8 files changed (+22 additions, -5 deletions)
View changed files
📝
frontend/src/components/AssignSpoolModal.tsx(+1 -1)📝
frontend/src/components/FilamentHoverCard.tsx(+6 -2)📝
frontend/src/i18n/locales/de.ts(+2 -0)📝
frontend/src/i18n/locales/en.ts(+2 -0)📝
frontend/src/i18n/locales/fr.ts(+2 -0)📝
frontend/src/i18n/locales/it.ts(+4 -2)📝
frontend/src/i18n/locales/ja.ts(+2 -0)📝
frontend/src/pages/PrintersPage.tsx(+3 -0)📄 Description
Description
Show remaining spool weight instead of used in AssignSpoolModal and assignedSpool alongside percentage. This avoids me doing math in my head to know how much is left exactly.
Type of Change
Changes Made
AssignSpoolModal.tsx- Changed weight display from showing "used" to showing "remaining" weightFilamentHoverCard.tsx:remainingWeightGrams?: number | null fieldto theassignedSpoolinterfaceit.ts): updatedunassignSpooltranslation from "Deassegna" to "Scollega", updated fill label from "Riempi" to "Residuo" for improvedPrintersPage.tsx- AddedremainingWeightGramscalculation (3 locations) that computes remaining weight as label_weight - weight_usedScreenshots
Testing
Checklist
Additional Notes
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.