mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 08:25:54 +02:00
[PR #560] [CLOSED] Feature/422 #1075
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#1075
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/560
Author: @pleite
Created: 3/1/2026
Status: ❌ Closed
Base:
main← Head:feature/422📝 Commits (10+)
b3d1422automation initial implementationc78f2a9print fix4047a36Merge branch 'maziggy:main' into automationfa80bb5Merge pull request #1 from pleite/0.2.1b3e760a38localization for tooltipcb9d351updating locales52005b4Merge branch 'automation' of https://github.com/pleite/bambuddy into automationcf54033Merge pull request #2 from pleite/0.2.1b30849237Changing the Clear Plate button to not display if automation is set with a FINISHED / successfull plate12be5a0Automated flag on next queue item📊 Changes
42 files changed (+10689 additions, -200 deletions)
View changed files
➕
backend/app/api/routes/automation.py(+106 -0)📝
backend/app/api/routes/printers.py(+1 -0)📝
backend/app/core/database.py(+8 -0)📝
backend/app/main.py(+2 -0)➕
backend/app/models/automation.py(+35 -0)📝
backend/app/models/printer.py(+5 -0)➕
backend/app/schemas/automation.py(+35 -0)📝
backend/app/schemas/printer.py(+3 -0)➕
backend/app/services/automation.py(+250 -0)📝
backend/app/services/background_dispatch.py(+154 -6)📝
backend/app/services/print_scheduler.py(+21 -0)📝
backend/app/services/printer_manager.py(+45 -6)📝
backend/tests/conftest.py(+6 -2)➕
frontend/public/img/spoolbuddy_logo_dark.png(+0 -0)➕
frontend/public/img/spoolbuddy_logo_dark_small.png(+0 -0)➕
frontend/public/spoolbuddy_logo_dark.png(+0 -0)📝
frontend/src/api/client.ts(+32 -0)➕
frontend/src/components/PlateAutomationModal.tsx(+144 -0)📝
frontend/src/components/PrintModal/FilamentMapping.tsx(+29 -5)📝
frontend/src/components/PrinterQueueWidget.tsx(+8 -2)...and 22 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.