mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 05:35:30 +02:00
[PR #356] [MERGED] Queue Page - Add weight information #1009
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#1009
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/356
Author: @aneopsy
Created: 2/13/2026
Status: ✅ Merged
Merged: 2/16/2026
Merged by: @maziggy
Base:
0.2.0b← Head:0.2.0b📝 Commits (4)
aa684b4feat(queue): add filament weight displaye21283dtest: add unit tests for extract_filament_usage_from_3mf functionfa3372fMerge branch '0.2.0b' into 0.2.0b0774130Merge branch '0.2.0b' into 0.2.0b📊 Changes
11 files changed (+262 additions, -18 deletions)
View changed files
📝
backend/app/api/routes/print_queue.py(+11 -0)📝
backend/app/schemas/print_queue.py(+1 -0)📝
backend/app/utils/threemf_tools.py(+51 -17)📝
backend/tests/unit/test_threemf_tools.py(+161 -0)📝
frontend/src/api/client.ts(+1 -0)📝
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/pages/QueuePage.tsx(+32 -1)📄 Description
Description
Related Issue
Fixes #355
Type of Change
Changes Made
Screenshots
Testing
Checklist
Additional Notes
Added the
queue.summary.totalMaterialentry to the English i18n file. This key still needs to be added for the other supported languages.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.