mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 05:35:30 +02:00
[PR #33] [MERGED] 0.1.6b2 #908
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#908
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/33
Author: @maziggy
Created: 12/29/2025
Status: ✅ Merged
Merged: 12/29/2025
Merged by: @maziggy
Base:
main← Head:0.1.6b2📝 Commits (7)
e97d697- Archive card: fixed a cache bug, where wrong cover image was showna008be9- All archive page filters are now persitent3cba1c0- Fix AMS filament matching in reprint modal1dff7ceAdded frontend/backend tests for archive card ams mappingc3c3671Changed version to 0.1.6b288e84ca- Add Virtual Printer feature - emulate Bambu printer on networka322b8fMinor bugfixes in queueing module📊 Changes
41 files changed (+13717 additions, -8858 deletions)
View changed files
📝
.gitignore(+3 -0)📝
CHANGELOG.md(+15 -1)📝
README.md(+7 -0)📝
backend/app/api/routes/archives.py(+11 -1)➕
backend/app/api/routes/pending_uploads.py(+249 -0)📝
backend/app/api/routes/printers.py(+15 -0)📝
backend/app/api/routes/settings.py(+230 -0)📝
backend/app/core/config.py(+1 -1)📝
backend/app/main.py(+31 -0)📝
backend/app/models/__init__.py(+9 -7)➕
backend/app/models/pending_upload.py(+47 -0)📝
backend/app/schemas/settings.py(+24 -5)➕
backend/app/services/virtual_printer/__init__.py(+5 -0)➕
backend/app/services/virtual_printer/certificate.py(+254 -0)➕
backend/app/services/virtual_printer/ftp_server.py(+511 -0)➕
backend/app/services/virtual_printer/manager.py(+323 -0)➕
backend/app/services/virtual_printer/mqtt_server.py(+799 -0)➕
backend/app/services/virtual_printer/ssdp_server.py(+270 -0)📝
backend/tests/integration/test_printers_api.py(+58 -49)➕
backend/tests/integration/test_virtual_printer_api.py(+252 -0)...and 21 more files
📄 Description
New Features
Add Virtual Printer feature - SSDP discovery, TLS/MQTT, queue/auto-start modes, Docker support
All archive page filters are now persistent
Bugfixes
Housekeeping
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.