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

[PR #158] [MERGED] Add build plate empty detection feature #944

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

📋 Pull Request Information

Original PR: https://github.com/maziggy/bambuddy/pull/158
Author: @maziggy
Created: 1/26/2026
Status: Merged
Merged: 1/26/2026
Merged by: @maziggy

Base: 0.1.6-finalHead: feature/empty_plate_detection


📝 Commits (1)

  • 888891f Add build plate empty detection feature

📊 Changes

26 files changed (+2536 additions, -123 deletions)

View changed files

📝 CHANGELOG.md (+16 -0)
📝 README.md (+1 -0)
📝 backend/app/api/routes/camera.py (+357 -0)
📝 backend/app/api/routes/printers.py (+16 -0)
📝 backend/app/api/routes/settings.py (+10 -0)
📝 backend/app/core/database.py (+24 -0)
📝 backend/app/main.py (+74 -0)
📝 backend/app/models/printer.py (+7 -0)
📝 backend/app/schemas/printer.py (+52 -0)
backend/app/services/plate_detection.py (+774 -0)
📝 backend/tests/integration/test_camera_api.py (+185 -0)
backend/tests/unit/services/test_plate_detection.py (+185 -0)
data/plate_calibration/printer_1_metadata.json (+20 -0)
data/plate_calibration/printer_3_metadata.json (+12 -0)
data/plate_calibration/printer_3_ref_0.jpg (+0 -0)
data/plate_calibration/printer_3_ref_1.jpg (+0 -0)
📝 frontend/src/__tests__/components/Layout.test.tsx (+61 -0)
📝 frontend/src/api/client.ts (+100 -0)
📝 frontend/src/components/Layout.tsx (+50 -0)
📝 frontend/src/hooks/useWebSocket.ts (+12 -0)

...and 6 more files

📄 Description

Feature/empty plate detection


🔄 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/158 **Author:** [@maziggy](https://github.com/maziggy) **Created:** 1/26/2026 **Status:** ✅ Merged **Merged:** 1/26/2026 **Merged by:** [@maziggy](https://github.com/maziggy) **Base:** `0.1.6-final` ← **Head:** `feature/empty_plate_detection` --- ### 📝 Commits (1) - [`888891f`](https://github.com/maziggy/bambuddy/commit/888891fdc6adf5baf51391a4347f15d4b35ec690) Add build plate empty detection feature ### 📊 Changes **26 files changed** (+2536 additions, -123 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+16 -0) 📝 `README.md` (+1 -0) 📝 `backend/app/api/routes/camera.py` (+357 -0) 📝 `backend/app/api/routes/printers.py` (+16 -0) 📝 `backend/app/api/routes/settings.py` (+10 -0) 📝 `backend/app/core/database.py` (+24 -0) 📝 `backend/app/main.py` (+74 -0) 📝 `backend/app/models/printer.py` (+7 -0) 📝 `backend/app/schemas/printer.py` (+52 -0) ➕ `backend/app/services/plate_detection.py` (+774 -0) 📝 `backend/tests/integration/test_camera_api.py` (+185 -0) ➕ `backend/tests/unit/services/test_plate_detection.py` (+185 -0) ➕ `data/plate_calibration/printer_1_metadata.json` (+20 -0) ➕ `data/plate_calibration/printer_3_metadata.json` (+12 -0) ➕ `data/plate_calibration/printer_3_ref_0.jpg` (+0 -0) ➕ `data/plate_calibration/printer_3_ref_1.jpg` (+0 -0) 📝 `frontend/src/__tests__/components/Layout.test.tsx` (+61 -0) 📝 `frontend/src/api/client.ts` (+100 -0) 📝 `frontend/src/components/Layout.tsx` (+50 -0) 📝 `frontend/src/hooks/useWebSocket.ts` (+12 -0) _...and 6 more files_ </details> ### 📄 Description Feature/empty plate detection --- <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:06 +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#944
No description provided.