mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 05:35:30 +02:00
[PR #11] [MERGED] 0.1.5b #894
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#894
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/11
Author: @maziggy
Created: 12/8/2025
Status: ✅ Merged
Merged: 12/8/2025
Merged by: @maziggy
Base:
main← Head:0.1.5b📝 Commits (10+)
37caef2Started to implement full printer controlf6836e0Added AMS discovery modulef448f24Created detailed mockup of printer control page2f103d6Implemented dual-nozzle AMS wiring visualization088b40cSome small layout fixes for control page863dedfControl page: new filament path wiring4245897Wired up top status icons and video settings50a8ed8Wired up printer parts button071ca1cWiring up print options: first try. needs mofre reverse engineering for sync processb6af768Wiring up calibration modal📊 Changes
210 files changed (+26615 additions, -10371 deletions)
View changed files
📝
.gitignore(+1 -0)📝
PLAN.md(+208 -147)📝
README.md(+99 -1)➕
backend/app/api/routes/camera.py(+280 -0)📝
backend/app/api/routes/cloud.py(+177 -1)📝
backend/app/api/routes/kprofiles.py(+177 -0)📝
backend/app/api/routes/maintenance.py(+44 -5)➕
backend/app/api/routes/notification_templates.py(+148 -0)📝
backend/app/api/routes/notifications.py(+211 -17)📝
backend/app/api/routes/print_queue.py(+1 -0)📝
backend/app/api/routes/printers.py(+415 -1)📝
backend/app/api/routes/settings.py(+156 -19)📝
backend/app/api/routes/smart_plugs.py(+60 -1)📝
backend/app/core/config.py(+1 -1)📝
backend/app/core/database.py(+117 -1)➕
backend/app/data/filament_fields.json(+625 -0)➕
backend/app/data/printer_fields.json(+574 -0)➕
backend/app/data/process_fields.json(+923 -0)📝
backend/app/main.py(+17 -1)📝
backend/app/models/__init__.py(+6 -0)...and 80 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.