mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 05:35:30 +02:00
[PR #115] [MERGED] v0.1.6b10 #932
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
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#932
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/115
Author: @maziggy
Created: 1/21/2026
Status: ✅ Merged
Merged: 1/21/2026
Merged by: @maziggy
Base:
main← Head:0.1.6b10📝 Commits (10+)
43d167aChanged version3a8b0b5Fixed useEffect hook9bfb969Added nozzle indicator for multi nozzle printers494da46Configure AMS Slotc2048d2Added sort dropdown to printer file manager with options for:3c9a03cAdd camera view mode setting for window or embedded display0ac344a- Moved print modal to global functionec66e0aMulti-printer selection for print modal02f6de4New Features:cb9b10aMulitple video streams can now be opened at the same time📊 Changes
64 files changed (+16351 additions, -11509 deletions)
View changed files
📝
CHANGELOG.md(+86 -0)📝
Dockerfile(+5 -3)📝
README.md(+18 -1)📝
backend/app/api/routes/archives.py(+43 -6)📝
backend/app/api/routes/library.py(+526 -27)📝
backend/app/api/routes/print_queue.py(+44 -11)📝
backend/app/api/routes/printers.py(+163 -0)📝
backend/app/api/routes/settings.py(+5 -0)📝
backend/app/api/routes/support.py(+155 -2)📝
backend/app/core/config.py(+1 -1)📝
backend/app/core/database.py(+62 -0)📝
backend/app/main.py(+14 -1)📝
backend/app/models/print_queue.py(+8 -2)📝
backend/app/schemas/library.py(+4 -3)📝
backend/app/schemas/print_queue.py(+8 -3)📝
backend/app/schemas/settings.py(+13 -0)📝
backend/app/services/bambu_mqtt.py(+181 -7)📝
backend/app/services/printer_manager.py(+2 -0)📝
backend/tests/integration/test_library_api.py(+31 -0)📝
backend/tests/integration/test_print_queue_api.py(+194 -0)...and 44 more files
📄 Description
v0.1.6b10
New Features
library_file_iddirectlyChanged
Fixed
selectedFolderIdfrom useEffect dependency array that was causing a reset looptray_info_idxfrom the preset'sbase_idwhenfilament_idis null🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.