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

[PR #195] [MERGED] Add H2D Pro printer model support #957

Closed
opened 2026-05-07 00:15:10 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/maziggy/bambuddy/pull/195
Author: @maziggy
Created: 1/30/2026
Status: Merged
Merged: 1/31/2026
Merged by: @maziggy

Base: 0.1.6-finalHead: feature/192


📝 Commits (4)

  • e87fe7a Add H2D Pro printer model support
  • 42a14f0 Fix AMS mapping for model-based queue jobs (Issue #192)
  • 4cbcac8 Fixed error in scheduler
  • be7b3f9 Merge branch '0.1.6-final' into feature/192

📊 Changes

12 files changed (+9256 additions, -9 deletions)

View changed files

📝 .github/ISSUE_TEMPLATE/bug_report.yml (+2 -0)
📝 CHANGELOG.md (+4 -0)
📝 backend/app/services/bambu_mqtt.py (+2 -0)
📝 backend/app/services/camera.py (+2 -2)
📝 backend/app/services/firmware_check.py (+1 -0)
📝 backend/app/services/print_scheduler.py (+303 -4)
📝 backend/app/services/printer_manager.py (+1 -0)
📝 backend/app/utils/printer_models.py (+2 -1)
backend/tests/unit/test_scheduler_ams_mapping.py (+267 -0)
📝 frontend/src/pages/PrintersPage.tsx (+5 -0)
static/assets/index-KrxdF0QX.js (+8665 -0)
📝 static/index.html (+2 -2)

📄 Description

Add H2D Pro printer model support

  • Add H2D Pro option to printer model dropdowns (add/edit modals)
  • Support both O1E and O2D internal codes for H2D Pro compatibility
  • Add O2D to RTSP-capable and chamber temp supported models
  • Add H2DPRO variant to firmware check mapping
  • Add H2D Pro and X1E to bug report issue template

Closes #192


🔄 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/195 **Author:** [@maziggy](https://github.com/maziggy) **Created:** 1/30/2026 **Status:** ✅ Merged **Merged:** 1/31/2026 **Merged by:** [@maziggy](https://github.com/maziggy) **Base:** `0.1.6-final` ← **Head:** `feature/192` --- ### 📝 Commits (4) - [`e87fe7a`](https://github.com/maziggy/bambuddy/commit/e87fe7ad879e8abe391cb9ba3d2c44b5b8dccc78) Add H2D Pro printer model support - [`42a14f0`](https://github.com/maziggy/bambuddy/commit/42a14f024d97183989ad596e4a3579faf94ccadb) Fix AMS mapping for model-based queue jobs (Issue #192) - [`4cbcac8`](https://github.com/maziggy/bambuddy/commit/4cbcac82e3e057221b7a453a26c5ebaa131d78d9) Fixed error in scheduler - [`be7b3f9`](https://github.com/maziggy/bambuddy/commit/be7b3f99a27219e1197de91e79dea45a60ac9813) Merge branch '0.1.6-final' into feature/192 ### 📊 Changes **12 files changed** (+9256 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `.github/ISSUE_TEMPLATE/bug_report.yml` (+2 -0) 📝 `CHANGELOG.md` (+4 -0) 📝 `backend/app/services/bambu_mqtt.py` (+2 -0) 📝 `backend/app/services/camera.py` (+2 -2) 📝 `backend/app/services/firmware_check.py` (+1 -0) 📝 `backend/app/services/print_scheduler.py` (+303 -4) 📝 `backend/app/services/printer_manager.py` (+1 -0) 📝 `backend/app/utils/printer_models.py` (+2 -1) ➕ `backend/tests/unit/test_scheduler_ams_mapping.py` (+267 -0) 📝 `frontend/src/pages/PrintersPage.tsx` (+5 -0) ➕ `static/assets/index-KrxdF0QX.js` (+8665 -0) 📝 `static/index.html` (+2 -2) </details> ### 📄 Description Add H2D Pro printer model support - Add H2D Pro option to printer model dropdowns (add/edit modals) - Support both O1E and O2D internal codes for H2D Pro compatibility - Add O2D to RTSP-capable and chamber temp supported models - Add H2DPRO variant to firmware check mapping - Add H2D Pro and X1E to bug report issue template Closes #192 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-07 00:15:10 +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#957
No description provided.