mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 08:25:54 +02:00
[PR #389] [CLOSED] First attempt to automation, Location == automation means printer auto clear on successful completion #1030
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#1030
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/389
Author: @pleite
Created: 2/15/2026
Status: ❌ Closed
Base:
main← Head:0.2.0b📝 Commits (10+)
edefce6Bumped version905e609Bumped version40f4e60Remove print() debugging from external_camera.pyced51e0Implement currency symbol handling and update related components8570e10Merge branch '0.2.0b' into fix/ext-cam-print-2026-020e6f4ccMerge pull request #330 from jeffsf/fix/ext-cam-print-2026-0209d8e7dFix external camera not used for snapshot + stream dropping (#325)0fe2bb1Fix timelapse baseline race condition (#315)253bee1Fix nozzle rack text unreadable on light filament colors (#300)8e09e4fAdd additional currency options for cost tracking (#329)📊 Changes
162 files changed (+30915 additions, -10502 deletions)
View changed files
📝
.gitignore(+2 -0)➕
BETA_TEST_PLAN.md(+139 -0)📝
CHANGELOG.md(+63 -0)📝
CONTRIBUTING.md(+1 -0)📝
DOCKERHUB.md(+1 -1)📝
README.md(+15 -4)📝
backend/app/api/routes/archives.py(+20 -5)📝
backend/app/api/routes/camera.py(+19 -0)📝
backend/app/api/routes/cloud.py(+109 -3)➕
backend/app/api/routes/inventory.py(+1063 -0)📝
backend/app/api/routes/kprofiles.py(+3 -0)📝
backend/app/api/routes/library.py(+7 -0)📝
backend/app/api/routes/maintenance.py(+98 -15)📝
backend/app/api/routes/notifications.py(+2 -0)➕
backend/app/api/routes/print_log.py(+129 -0)📝
backend/app/api/routes/printers.py(+247 -56)📝
backend/app/api/routes/settings.py(+11 -2)📝
backend/app/api/routes/spoolman.py(+47 -3)📝
backend/app/api/routes/support.py(+5 -2)📝
backend/app/api/routes/system.py(+340 -0)...and 80 more files
📄 Description
Description
Related Issue
Fixes #
Type of Change
Changes Made
Screenshots
Testing
Checklist
Additional Notes
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.