mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 05:35:30 +02:00
[PR #187] [CLOSED] Feature/164 #948
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#948
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/187
Author: @maziggy
Created: 1/30/2026
Status: ❌ Closed
Base:
main← Head:feature/164📝 Commits (10+)
fe35c1dBumped version number40c672bChanged version5672d79Add recalculate costs button and reprint cost trackingbda659eFix status indicators using accent color instead of semantic colorsd56206cFix empty archive tiles on P2S printer721eab1Fix HA energy sensors not detected due to case-sensitive unit matching8ba04dfAdd ZIP folder creation option and improve camera zoom/pan (#121, #132)e0e53cbAdd multi-file selection and bulk download to printer file browser691fb13Add external network camera support for printers2669eabFixed bug where file manager's upload dialog only allowed zip files for selection📊 Changes
120 files changed (+23789 additions, -10853 deletions)
View changed files
📝
.github/workflows/ci.yml(+11 -11)📝
.gitignore(+3 -1)📝
.pre-commit-config.yaml(+1 -1)➖
=2.8.0(+0 -5)📝
CHANGELOG.md(+141 -0)📝
README.md(+11 -0)📝
backend/app/api/routes/archives.py(+1 -0)📝
backend/app/api/routes/camera.py(+442 -7)📝
backend/app/api/routes/cloud.py(+36 -2)➕
backend/app/api/routes/github_backup.py(+319 -0)📝
backend/app/api/routes/library.py(+37 -6)➕
backend/app/api/routes/metrics.py(+418 -0)📝
backend/app/api/routes/notifications.py(+4 -0)📝
backend/app/api/routes/print_queue.py(+51 -0)📝
backend/app/api/routes/printers.py(+77 -1)📝
backend/app/api/routes/projects.py(+396 -1)📝
backend/app/api/routes/settings.py(+189 -1)📝
backend/app/core/config.py(+9 -2)📝
backend/app/core/database.py(+112 -16)📝
backend/app/main.py(+523 -72)...and 80 more files
📄 Description
Streaming overlay page for OBS integration (#164)
Add a dedicated overlay page at /overlay/:printerId that combines
camera feed with real-time print status for live streaming use cases.
Features:
Closes #164
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.