mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 08:25:54 +02:00
[PR #263] [CLOSED] Archive Page - Reprint and Schedule #986
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#986
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/263
Author: @MisterBeardy
Created: 2/4/2026
Status: ❌ Closed
Base:
0.1.8b← Head:feature/archive_reprint_schedule_dialog📝 Commits (9)
b2a1c43Add PlateDetails component to display selected plate information in PrintModalb1b87f4Updated CI75cb07dMoved objects on plate to hidden menu0569c48Updated all CodeQL actions to v41401962Fixed ruff errorsde60497- Updated all CodeQL actions to v43fd5b94Add function to extract plate-specific print time from 3MF files and update response model6220b5eMerge branch 'main' into feature/archive_reprint_schedule_dialog74c5f37Merge branch '0.1.8b' into feature/archive_reprint_schedule_dialog📊 Changes
3 files changed (+169 additions, -0 deletions)
View changed files
📝
backend/app/api/routes/print_queue.py(+57 -0)➕
frontend/src/components/PrintModal/PlateDetails.tsx(+106 -0)📝
frontend/src/components/PrintModal/index.tsx(+6 -0)📄 Description
Description
When using the reprint or schedule print on a 3mf that has more then one build plate, you now get a dialog of text that shows info on that plate.
Also resolved a issue (not sure if it was reported) where the print time for a plate was also set to the first plate in the queue. Now shows the correct time for the selected plate.
Related Issue
Fixes: resolved a issue (not sure if it was reported) where the print time for a plate was also set to the first plate in the queue. Now shows the correct time for the selected plate.
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.