mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 08:25:54 +02:00
[PR #344] [CLOSED] New Feature: Confirm Part Removal #1008
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#1008
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/344
Author: @cadtoolbox
Created: 2/12/2026
Status: ❌ Closed
Base:
0.2.1b← Head:feature_confirm_removal📝 Commits (10+)
55cef1fInitial plan9d25547Backend: Add part removal confirmation database fields and API endpointa670367Frontend: Add Part Removal Confirmation UI with button and info boxbd3e721Frontend: Add i18n translations for Part Removal feature (de, it, ja)3e57fa5Final: Part Removal Confirmation feature implementation complete391add4Backend: Implement auto-pause logic for Part Removal Confirmation84fb3c0Frontend: Add pause warning message for Part Removal and translationsd7bd413Fix: Remove circular import in on_printer_status_change4367dafMerge Pull Request #32 : Initial batch of changes required for new features7bf41efInitial plan📊 Changes
31 files changed (+10454 additions, -8773 deletions)
View changed files
📝
backend/app/api/routes/print_queue.py(+17 -1)📝
backend/app/api/routes/printers.py(+119 -0)📝
backend/app/core/database.py(+36 -0)📝
backend/app/core/websocket.py(+10 -0)📝
backend/app/main.py(+180 -0)📝
backend/app/models/printer.py(+8 -0)📝
backend/app/schemas/print_queue.py(+4 -0)📝
backend/app/schemas/printer.py(+15 -0)📝
backend/app/services/bambu_mqtt.py(+28 -4)📝
backend/app/services/firmware_check.py(+5 -0)📝
backend/app/services/notification_service.py(+24 -0)📝
backend/app/services/print_scheduler.py(+41 -4)📝
backend/tests/unit/test_scheduler_ams_mapping.py(+70 -0)📝
frontend/src/__tests__/components/PrinterQueueWidget.test.tsx(+59 -0)📝
frontend/src/__tests__/hooks/useLongPress.test.ts(+69 -0)📝
frontend/src/__tests__/pages/PrintersPage.test.tsx(+523 -0)📝
frontend/src/api/client.ts(+25 -0)📝
frontend/src/components/PrinterQueueWidget.tsx(+1 -1)📝
frontend/src/hooks/useLongPress.ts(+5 -0)📝
frontend/src/hooks/useWebSocket.ts(+18 -0)...and 11 more files
📄 Description
Description
This introduces a new manual method of confirming the printer build plate is clear before allowing the next print job to start on the printer.
Note: Any user in Bambuddy is allowed to confirm part removal.
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.