1
0
Fork 0
mirror of https://github.com/maziggy/bambuddy.git synced 2026-05-09 08:25:54 +02:00

[PR #246] [CLOSED] Feature/updated plate view #980

Closed
opened 2026-05-07 00:15:17 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/maziggy/bambuddy/pull/246
Author: @maziggy
Created: 2/3/2026
Status: Closed

Base: 0.1.8bHead: feature/updated_plate_view


📝 Commits (5)

  • a2571aa Fix filename matching for files with spaces (Issue #218)
  • 104b9d4 Fix external spool ams_mapping2 slot_id (Issue #213)
  • be7aff1 Plate management updates
  • b2cc824 rebase changes
  • 6f1d1fa Updated archive view to work after merging with latest 0.1.8b

📊 Changes

24 files changed (+10384 additions, -8918 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 (+333 -0)
📝 backend/app/main.py (+11 -1)
📝 frontend/src/__tests__/mocks/handlers.ts (+9 -3)
📝 frontend/src/__tests__/pages/ArchivesPage.test.tsx (+8 -2)
📝 frontend/src/__tests__/setup.ts (+4 -9)
📝 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 (+5 -0)
plans/3mf-plate-management-verification.md (+13 -0)
plans/3mf-plate-management.md (+206 -0)
static/assets/index-1q7Yxq-H.js (+0 -8665)
static/assets/index-BtqA5ccK.css (+1 -0)

...and 4 more files

📄 Description

Feature/updated plate view


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/maziggy/bambuddy/pull/246 **Author:** [@maziggy](https://github.com/maziggy) **Created:** 2/3/2026 **Status:** ❌ Closed **Base:** `0.1.8b` ← **Head:** `feature/updated_plate_view` --- ### 📝 Commits (5) - [`a2571aa`](https://github.com/maziggy/bambuddy/commit/a2571aaf2e69634c0a1fb706de5575a7dd3541cf) Fix filename matching for files with spaces (Issue #218) - [`104b9d4`](https://github.com/maziggy/bambuddy/commit/104b9d4a2528f40e8ee54eb1b7f81fbc3752a3a2) Fix external spool ams_mapping2 slot_id (Issue #213) - [`be7aff1`](https://github.com/maziggy/bambuddy/commit/be7aff1f91b69829ef8e93b92df65a13f3a6eeee) Plate management updates - [`b2cc824`](https://github.com/maziggy/bambuddy/commit/b2cc82480d9d96e24357df1229bc7f941c869fd5) rebase changes - [`6f1d1fa`](https://github.com/maziggy/bambuddy/commit/6f1d1fa06ea9eb4d4b945850e7d4e22477b7386c) Updated archive view to work after merging with latest 0.1.8b ### 📊 Changes **24 files changed** (+10384 additions, -8918 deletions) <details> <summary>View changed files</summary> ➕ `.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` (+333 -0) 📝 `backend/app/main.py` (+11 -1) 📝 `frontend/src/__tests__/mocks/handlers.ts` (+9 -3) 📝 `frontend/src/__tests__/pages/ArchivesPage.test.tsx` (+8 -2) 📝 `frontend/src/__tests__/setup.ts` (+4 -9) 📝 `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` (+5 -0) ➕ `plans/3mf-plate-management-verification.md` (+13 -0) ➕ `plans/3mf-plate-management.md` (+206 -0) ➖ `static/assets/index-1q7Yxq-H.js` (+0 -8665) ➕ `static/assets/index-BtqA5ccK.css` (+1 -0) _...and 4 more files_ </details> ### 📄 Description Feature/updated plate view --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-07 00:15:17 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/bambuddy-maziggy-1#980
No description provided.