mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 08:25:54 +02:00
[PR #32] [MERGED] 0.1.6b #915
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#915
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/32
Author: @maziggy
Created: 12/28/2025
Status: ✅ Merged
Merged: 12/28/2025
Merged by: @maziggy
Base:
main← Head:0.1.6b📝 Commits (10+)
866f4830.1.6b3ffe032- Fix total print hours to include all prints0200f69- Show detailed printer status stages on printer cards0da5de0- Printer cards now shows heater statesef68804- Added printer auto discovery to add printer modal288a495- Fix dual nozzle temperature display for H2D printers929c4c8- Fix total print hours calculation in set_total_hours to include all7622d2a- Fix total print hours calculation in set_total_hours to include all01989b7- Fix A1/P1 camera streaming with extended timeouts and lower FPS cap11a6bb2Key Discovery📊 Changes
51 files changed (+16429 additions, -9339 deletions)
View changed files
📝
.github/ISSUE_TEMPLATE/bug_report.yml(+11 -0)📝
.pre-commit-config.yaml(+1 -0)📝
CHANGELOG.md(+29 -0)📝
README.md(+5 -10)📝
backend/app/api/routes/archives.py(+239 -1)📝
backend/app/api/routes/camera.py(+150 -13)➕
backend/app/api/routes/discovery.py(+169 -0)📝
backend/app/api/routes/maintenance.py(+142 -85)📝
backend/app/api/routes/printers.py(+24 -6)📝
backend/app/api/routes/projects.py(+884 -38)📝
backend/app/api/routes/settings.py(+283 -115)📝
backend/app/api/routes/smart_plugs.py(+132 -20)📝
backend/app/core/config.py(+1 -1)📝
backend/app/core/database.py(+157 -90)📝
backend/app/main.py(+10 -3)📝
backend/app/models/project.py(+40 -4)➕
backend/app/models/project_bom.py(+50 -0)📝
backend/app/models/smart_plug.py(+9 -5)📝
backend/app/schemas/project.py(+112 -0)📝
backend/app/schemas/smart_plug.py(+6 -0)...and 31 more files
📄 Description
New Features (0.1.6b)
Smart Plugs
Timelapse
Printer Discovery & Cards
Archives & Projects
Maintenance
UI Improvements
Bug Fixes
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.