mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 05:35:30 +02:00
[PR #491] [CLOSED] Feature/184 #1053
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#1053
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/491
Author: @pleite
Created: 2/22/2026
Status: ❌ Closed
Base:
0.2.2b1← Head:feature/184📝 Commits (10+)
1d0875ebuild(deps): bump aquasecurity/trivy-action5bcfadbMerge pull request #437 from maziggy/dependabot/github_actions/dot-github/workflows/github_actions-9bddd90c5810cae70Updated CI971aa96build(deps): bump aquasecurity/trivy-action0a725c0Merge pull request #440 from maziggy/dependabot/github_actions/dot-github/workflows/github_actions-9bddd90c58a361671Updated CI036ae16Updated CI2c0d1c2Updated CI5d48ab8Updated CI802bfe3Updated CI📊 Changes
22 files changed (+742 additions, -22 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(+138 -0)📝
backend/app/services/print_scheduler.py(+21 -0)📝
backend/app/services/printer_manager.py(+45 -6)📝
docker-compose.yml(+11 -11)📝
frontend/src/api/client.ts(+32 -0)➕
frontend/src/components/PlateAutomationModal.tsx(+144 -0)📝
frontend/src/components/PrinterQueueWidget.tsx(+8 -2)📝
frontend/src/i18n/locales/de.ts(+10 -0)📝
frontend/src/i18n/locales/en.ts(+10 -0)📝
frontend/src/i18n/locales/fr.ts(+10 -0)📝
frontend/src/i18n/locales/it.ts(+10 -0)📝
frontend/src/i18n/locales/ja.ts(+10 -0)...and 2 more files
📄 Description
Description
Implementation of feature for plate automation capable printers
Related Issue
This implements feature #184
Type of Change
Changes Made
Screenshots
New icon created from Recycle, new text badge on the queue while it auto omits the clear plate button if not failed.
Testing
Checklist
Additional Notes
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.