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
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#944
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/158
Author: @maziggy
Created: 1/26/2026
Status: ✅ Merged
Merged: 1/26/2026
Merged by: @maziggy
Base:
0.1.6-final← Head:feature/empty_plate_detection📝 Commits (1)
888891fAdd 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.