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
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
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-maziggy-1#957
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/195
Author: @maziggy
Created: 1/30/2026
Status: ✅ Merged
Merged: 1/31/2026
Merged by: @maziggy
Base:
0.1.6-final← Head:feature/192📝 Commits (4)
e87fe7aAdd H2D Pro printer model support42a14f0Fix AMS mapping for model-based queue jobs (Issue #192)4cbcac8Fixed error in schedulerbe7b3f9Merge 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
Closes #192
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.