[PR #9] [MERGED] v0.1.4 #892

Closed
opened 2026-05-06 12:33:48 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/maziggy/bambuddy/pull/9
Author: @maziggy
Created: 12/1/2025
Status: Merged
Merged: 12/1/2025
Merged by: @maziggy

Base: mainHead: 0.1.5


📝 Commits (4)

  • ae5954f Minor bugfix
  • 6de8755 Completely refactored k-profile module
  • 8df273b Refactored maintenance settings
  • 16bb3d4 Added total priner hours to printer card

📊 Changes

13 files changed (+948 additions, -348 deletions)

View changed files

📝 backend/app/api/routes/kprofiles.py (+73 -12)
📝 backend/app/api/routes/settings.py (+16 -0)
📝 backend/app/schemas/kprofile.py (+1 -0)
📝 backend/app/services/bambu_mqtt.py (+182 -73)
📝 frontend/src/api/client.ts (+1 -0)
📝 frontend/src/components/KProfilesView.tsx (+161 -38)
📝 frontend/src/pages/MaintenancePage.tsx (+294 -137)
📝 frontend/src/pages/PrintersPage.tsx (+11 -1)
scripts/mqtt_sniffer.py (+122 -0)
static/assets/index-4olH2ask.css (+1 -0)
static/assets/index-H_ymON9v.css (+0 -1)
📝 static/assets/index-soeWpmRO.js (+84 -84)
📝 static/index.html (+2 -2)

📄 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/9 **Author:** [@maziggy](https://github.com/maziggy) **Created:** 12/1/2025 **Status:** ✅ Merged **Merged:** 12/1/2025 **Merged by:** [@maziggy](https://github.com/maziggy) **Base:** `main` ← **Head:** `0.1.5` --- ### 📝 Commits (4) - [`ae5954f`](https://github.com/maziggy/bambuddy/commit/ae5954fd09efe2d02a58df755e9fafc35a0eadbe) Minor bugfix - [`6de8755`](https://github.com/maziggy/bambuddy/commit/6de875582a303bfaab979802930fda36ad1cb393) Completely refactored k-profile module - [`8df273b`](https://github.com/maziggy/bambuddy/commit/8df273b8212a15aefe885052d4fdd2f60a26bced) Refactored maintenance settings - [`16bb3d4`](https://github.com/maziggy/bambuddy/commit/16bb3d488a681dd0d40c321cd924aedc771d15ed) Added total priner hours to printer card ### 📊 Changes **13 files changed** (+948 additions, -348 deletions) <details> <summary>View changed files</summary> 📝 `backend/app/api/routes/kprofiles.py` (+73 -12) 📝 `backend/app/api/routes/settings.py` (+16 -0) 📝 `backend/app/schemas/kprofile.py` (+1 -0) 📝 `backend/app/services/bambu_mqtt.py` (+182 -73) 📝 `frontend/src/api/client.ts` (+1 -0) 📝 `frontend/src/components/KProfilesView.tsx` (+161 -38) 📝 `frontend/src/pages/MaintenancePage.tsx` (+294 -137) 📝 `frontend/src/pages/PrintersPage.tsx` (+11 -1) ➕ `scripts/mqtt_sniffer.py` (+122 -0) ➕ `static/assets/index-4olH2ask.css` (+1 -0) ➖ `static/assets/index-H_ymON9v.css` (+0 -1) 📝 `static/assets/index-soeWpmRO.js` (+84 -84) 📝 `static/index.html` (+2 -2) </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-06 12:33:48 +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#892
No description provided.