mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 05:35:30 +02:00
[PR #247] [MERGED] Feature/updated plate view #973
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#973
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/247
Author: @MisterBeardy
Created: 2/3/2026
Status: ✅ Merged
Merged: 2/3/2026
Merged by: @maziggy
Base:
0.1.8b← Head:feature/updated_plate_view📝 Commits (6)
a2571aaFix filename matching for files with spaces (Issue #218)104b9d4Fix external spool ams_mapping2 slot_id (Issue #213)be7aff1Plate management updatesb2cc824rebase changes6f1d1faUpdated archive view to work after merging with latest 0.1.8b685bf84Merge branch '0.1.8b' into feature/updated_plate_view📊 Changes
19 files changed (+10343 additions, -246 deletions)
View changed files
➕
.python-bin/python(+1 -0)📝
backend/app/api/routes/archives.py(+80 -15)📝
backend/app/api/routes/library.py(+73 -13)📝
backend/app/api/routes/printers.py(+315 -0)📝
frontend/src/__tests__/mocks/handlers.ts(+8 -2)📝
frontend/src/__tests__/pages/ArchivesPage.test.tsx(+8 -2)📝
frontend/src/api/client.ts(+31 -42)📝
frontend/src/components/FileManagerModal.tsx(+236 -3)📝
frontend/src/components/ModelViewer.tsx(+401 -146)📝
frontend/src/components/ModelViewerModal.tsx(+183 -15)📝
frontend/src/pages/ArchivesPage.tsx(+11 -0)📝
frontend/src/pages/FileManagerPage.tsx(+42 -1)➕
frontend/src/types/plates.ts(+41 -0)📝
frontend/vitest.config.ts(+0 -7)➕
plans/3mf-plate-management-verification.md(+13 -0)➕
plans/3mf-plate-management.md(+206 -0)➕
static/assets/index-BtqA5ccK.css(+1 -0)➕
static/assets/index-SHZgHE2U.js(+8665 -0)➕
whats_new.md(+28 -0)📄 Description
Description
What's New: 3D File Preview Updates
Overview
Library File Manager (Files Page)
.3mf,.gcode, and.stlfiles.Printer File Manager (Printers → File Manager)
.3mf,.gcode, and.stlfiles on the printer..gcodefiles.Model Viewer Enhancements
STLLoader.Affected Areas
Type of Change
Changes Made
.3mf,.gcode, and.stlfiles..3mf,.gcode, and.stlfiles on the printer..gcodefiles.STLLoader.Screenshots
Testing
Upload 3mf and gcode files to the archive and file manager
Upload STL to file manager
Open 3D view on each page for each type of file
Checklist
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.