mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 05:35:30 +02:00
[PR #2] [MERGED] Final 0.1.2 #889
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#889
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/2
Author: @maziggy
Created: 11/29/2025
Status: ✅ Merged
Merged: 11/29/2025
Merged by: @maziggy
Base:
main← Head:0.1.2📝 Commits (10+)
a316756Fixed bug archiving file on print starteaeac8bSome small improvements for auto poweroff feature526de63Some small improvements for timelapse videos; Added new video player with speed controlsa2b8894Added power switch and automation controls to printer card1a4f820Unified printer card layout71570c6Minor fixed to statistics12f763eAdded feature to take a photo from printer camera when print completes813ce19Added HMS error handling to printer card3031c2aMinor bugfixes0c2a187Added power consumption costs calculation📊 Changes
40 files changed (+3692 additions, -606 deletions)
View changed files
📝
README.md(+81 -11)📝
backend/app/api/routes/archives.py(+90 -7)➕
backend/app/api/routes/print_queue.py(+286 -0)📝
backend/app/api/routes/settings.py(+14 -2)📝
backend/app/api/routes/smart_plugs.py(+22 -1)📝
backend/app/core/database.py(+1 -1)📝
backend/app/main.py(+345 -22)📝
backend/app/models/archive.py(+5 -0)➕
backend/app/models/print_queue.py(+50 -0)📝
backend/app/schemas/archive.py(+8 -0)➕
backend/app/schemas/print_queue.py(+62 -0)📝
backend/app/schemas/settings.py(+4 -0)📝
backend/app/schemas/smart_plug.py(+14 -0)📝
backend/app/services/archive.py(+44 -0)📝
backend/app/services/bambu_ftp.py(+9 -1)📝
backend/app/services/bambu_mqtt.py(+77 -8)➕
backend/app/services/camera.py(+192 -0)➕
backend/app/services/print_scheduler.py(+319 -0)📝
backend/app/services/printer_manager.py(+50 -0)📝
backend/app/services/smart_plug_manager.py(+19 -6)...and 20 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.