mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 00:08:34 +02:00
[PR #555] [MERGED] v0.2.1.1 #1069
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#1069
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/555
Author: @maziggy
Created: 2/28/2026
Status: ✅ Merged
Merged: 2/28/2026
Merged by: @maziggy
Base:
main← Head:0.2.1.1📝 Commits (10+)
105beb0Updated CI233e84cFix naive-vs-aware datetime crash from 0.2.1 timezone migrationb1cc346Fix naive-vs-aware datetime crash from 0.2.1 timezone migrationd3bae07Fix queue badge showing on printers without matching filament (#486)abd2005Fix Windows install syntax error from LF line endings (#544)5df2b82Fix A1 Mini "unknown" status from non-UTF-8 MQTT payload (#549)240eeb4Add H2C dual nozzle variant O1C2 model support (#489)90b9523Updated commit message (now includes the test fix):f2f43b9Fix sidebar navigation not respecting user permissionscca4e6fUodated issue template📊 Changes
23 files changed (+348 additions, -66 deletions)
View changed files
➕
.gitattributes(+3 -0)📝
CHANGELOG.md(+12 -0)📝
backend/app/api/routes/camera.py(+164 -1)📝
backend/app/core/config.py(+1 -1)📝
backend/app/main.py(+38 -0)📝
backend/app/services/bambu_mqtt.py(+13 -1)📝
backend/app/services/camera.py(+2 -2)📝
backend/app/services/printer_manager.py(+1 -0)📝
backend/app/services/virtual_printer/manager.py(+2 -0)📝
backend/app/services/virtual_printer/mqtt_server.py(+1 -0)📝
backend/app/utils/printer_models.py(+2 -0)📝
backend/tests/integration/test_camera_api.py(+8 -2)📝
frontend/src/api/client.ts(+1 -0)📝
frontend/src/components/Layout.tsx(+20 -6)📝
frontend/src/i18n/locales/de.ts(+1 -0)📝
frontend/src/i18n/locales/en.ts(+1 -0)📝
frontend/src/i18n/locales/fr.ts(+1 -0)📝
frontend/src/i18n/locales/it.ts(+1 -0)📝
frontend/src/i18n/locales/ja.ts(+1 -0)📝
frontend/src/i18n/locales/pt-BR.ts(+1 -0)...and 3 more files
📄 Description
v0.2.1.1
Just one day ago after the last release, but I decided to make life a little better for those of you guys who are just received their new H2C :)
What happened?
Recent H2C deliveries from Bambu Lab ship with an updated internal model identifier: O1C2 instead of the previously known O1C. Bambuddy only recognized O1C, so these newer H2C units were not properly identified.
Also included some fixes.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.