1
0
Fork 0
mirror of https://github.com/maziggy/bambuddy.git synced 2026-05-09 08:25:54 +02:00

[PR #11] [MERGED] 0.1.5b #900

Closed
opened 2026-05-07 00:14:52 +02:00 by BreizhHardware · 0 comments

📋 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: mainHead: 0.1.5b


📝 Commits (10+)

  • 37caef2 Started to implement full printer control
  • f6836e0 Added AMS discovery module
  • f448f24 Created detailed mockup of printer control page
  • 2f103d6 Implemented dual-nozzle AMS wiring visualization
  • 088b40c Some small layout fixes for control page
  • 863dedf Control page: new filament path wiring
  • 4245897 Wired up top status icons and video settings
  • 50a8ed8 Wired up printer parts button
  • 071ca1c Wiring up print options: first try. needs mofre reverse engineering for sync process
  • b6af768 Wiring 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.

## 📋 Pull Request Information **Original PR:** https://github.com/maziggy/bambuddy/pull/11 **Author:** [@maziggy](https://github.com/maziggy) **Created:** 12/8/2025 **Status:** ✅ Merged **Merged:** 12/8/2025 **Merged by:** [@maziggy](https://github.com/maziggy) **Base:** `main` ← **Head:** `0.1.5b` --- ### 📝 Commits (10+) - [`37caef2`](https://github.com/maziggy/bambuddy/commit/37caef239f90229360ea82f03d156d13358d77aa) Started to implement full printer control - [`f6836e0`](https://github.com/maziggy/bambuddy/commit/f6836e0fdb2e84d102ab656af7bfe3f95b5f63b6) Added AMS discovery module - [`f448f24`](https://github.com/maziggy/bambuddy/commit/f448f2482e624432e68662ea7e4b0aeccbb07eb3) Created detailed mockup of printer control page - [`2f103d6`](https://github.com/maziggy/bambuddy/commit/2f103d607db932b283033b40658dee2b9731be8b) Implemented dual-nozzle AMS wiring visualization - [`088b40c`](https://github.com/maziggy/bambuddy/commit/088b40cefaa3e657d9fb02083d49bb47da895157) Some small layout fixes for control page - [`863dedf`](https://github.com/maziggy/bambuddy/commit/863dedf6f42124a7d056a40a912ce15b9ae7c343) Control page: new filament path wiring - [`4245897`](https://github.com/maziggy/bambuddy/commit/42458974d808a501da67f146b50929b44e0ad39f) Wired up top status icons and video settings - [`50a8ed8`](https://github.com/maziggy/bambuddy/commit/50a8ed8ea94c7c751e042bcfdc9bce7b55cbc4f8) Wired up printer parts button - [`071ca1c`](https://github.com/maziggy/bambuddy/commit/071ca1cf4e2140587e57de7e2de0ab35de95af2e) Wiring up print options: first try. needs mofre reverse engineering for sync process - [`b6af768`](https://github.com/maziggy/bambuddy/commit/b6af768482f3fbbb12ba5ba0c91af08ea31fe00e) Wiring up calibration modal ### 📊 Changes **210 files changed** (+26615 additions, -10371 deletions) <details> <summary>View changed files</summary> 📝 `.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_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-07 00:14:52 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/bambuddy-maziggy-1#900
No description provided.