[PR #263] [CLOSED] Archive Page - Reprint and Schedule #982

Closed
opened 2026-05-06 12:34:19 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/maziggy/bambuddy/pull/263
Author: @MisterBeardy
Created: 2/4/2026
Status: Closed

Base: 0.1.8bHead: feature/archive_reprint_schedule_dialog


📝 Commits (9)

  • b2a1c43 Add PlateDetails component to display selected plate information in PrintModal
  • b1b87f4 Updated CI
  • 75cb07d Moved objects on plate to hidden menu
  • 0569c48 Updated all CodeQL actions to v4
  • 1401962 Fixed ruff errors
  • de60497 - Updated all CodeQL actions to v4
  • 3fd5b94 Add function to extract plate-specific print time from 3MF files and update response model
  • 6220b5e Merge branch 'main' into feature/archive_reprint_schedule_dialog
  • 74c5f37 Merge 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.

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

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update
  • Code refactoring
  • Performance improvement
  • Test addition or update

Changes Made

  • Added aditional information for plate details
  • Fixed queue print time for queued plate

Screenshots

image

Testing

  • I have tested this on my local machine
  • I have tested with my printer model:

Checklist

  • My code follows the project's coding style
  • I have commented my code where necessary
  • I have updated the documentation (if needed)
  • My changes generate no new warnings
  • I have tested my changes thoroughly

Additional Notes


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/maziggy/bambuddy/pull/263 **Author:** [@MisterBeardy](https://github.com/MisterBeardy) **Created:** 2/4/2026 **Status:** ❌ Closed **Base:** `0.1.8b` ← **Head:** `feature/archive_reprint_schedule_dialog` --- ### 📝 Commits (9) - [`b2a1c43`](https://github.com/maziggy/bambuddy/commit/b2a1c43e0ccd3c3c1bca94b549927097cb20f2fe) Add PlateDetails component to display selected plate information in PrintModal - [`b1b87f4`](https://github.com/maziggy/bambuddy/commit/b1b87f49a44841d5c0fb016fbb8189f5e617a7ad) Updated CI - [`75cb07d`](https://github.com/maziggy/bambuddy/commit/75cb07dc91b21313ea308848e9cd97cb0906948e) Moved objects on plate to hidden menu - [`0569c48`](https://github.com/maziggy/bambuddy/commit/0569c48fac2aa559fbba1350dd669b806bac2ec2) Updated all CodeQL actions to v4 - [`1401962`](https://github.com/maziggy/bambuddy/commit/1401962a082ff71a5ea5d0e1b56ba6a37ebaf309) Fixed ruff errors - [`de60497`](https://github.com/maziggy/bambuddy/commit/de604972d85c7a4e93c9cfc6e58f7fe3c6c92f09) - Updated all CodeQL actions to v4 - [`3fd5b94`](https://github.com/maziggy/bambuddy/commit/3fd5b94b2093bfae07629aa178999a985d8d46e7) Add function to extract plate-specific print time from 3MF files and update response model - [`6220b5e`](https://github.com/maziggy/bambuddy/commit/6220b5e147fa5308f08fdc602c77669b0bbc9bb7) Merge branch 'main' into feature/archive_reprint_schedule_dialog - [`74c5f37`](https://github.com/maziggy/bambuddy/commit/74c5f37df82ea4b9d7b0aa73fa71c8ad6c5bb9fc) Merge branch '0.1.8b' into feature/archive_reprint_schedule_dialog ### 📊 Changes **3 files changed** (+169 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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 <!-- Mark the relevant option with an "x" --> - [X] Bug fix (non-breaking change that fixes an issue) - [X] New feature (non-breaking change that adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) - [ ] Documentation update - [ ] Code refactoring - [ ] Performance improvement - [ ] Test addition or update ## Changes Made - Added aditional information for plate details - Fixed queue print time for queued plate - ## Screenshots <img width="395" height="782" alt="image" src="https://github.com/user-attachments/assets/87a655f9-8d48-4055-ade5-e3ef2f99bdd7" /> ## Testing <!-- Describe how you tested your changes --> - [X] I have tested this on my local machine - [ ] I have tested with my printer model: <!-- e.g., X1C, P1S, A1 --> ## Checklist - [X] My code follows the project's coding style - [ ] I have commented my code where necessary - [ ] I have updated the documentation (if needed) - [ ] My changes generate no new warnings - [ ] I have tested my changes thoroughly ## Additional Notes <!-- Add any additional information that reviewers should know --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-06 12:34:19 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/bambuddy#982
No description provided.