[PR #274] [MERGED] Fix/print-queue-time #980

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/274
Author: @MisterBeardy
Created: 2/5/2026
Status: Merged
Merged: 2/5/2026
Merged by: @maziggy

Base: 0.1.8bHead: fix/print-queue-time


📝 Commits (5)

  • 671685a Add print time extraction from 3MF files to print queue response
  • cbb3b8c Merge branch '0.1.8b' into fix/print-queue-time
  • 215e750 Fix queue print time for plate selection
  • 0a0a0ae Merge branch '0.1.8b' into fix/print-queue-time
  • f14b46b Merge branch '0.1.8b' into fix/print-queue-time

📊 Changes

1 file changed (+66 additions, -1 deletions)

View changed files

📝 backend/app/api/routes/print_queue.py (+66 -1)

📄 Description

Description

Updates print queue time to be based on build plate time.

Fixes #273

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

  • Now pulls the correct print time based off the plate selected instead of the previous first plate

Screenshots

image

Testing

Previous queued items had the same time, now they are updated to show the build plate time for that plate instead of the default plate 1.
Added new queued items and they showed correct time now

  • 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/274 **Author:** [@MisterBeardy](https://github.com/MisterBeardy) **Created:** 2/5/2026 **Status:** ✅ Merged **Merged:** 2/5/2026 **Merged by:** [@maziggy](https://github.com/maziggy) **Base:** `0.1.8b` ← **Head:** `fix/print-queue-time` --- ### 📝 Commits (5) - [`671685a`](https://github.com/maziggy/bambuddy/commit/671685a4e2f221179ecef1c0d70f013cfc18c68b) Add print time extraction from 3MF files to print queue response - [`cbb3b8c`](https://github.com/maziggy/bambuddy/commit/cbb3b8c0977f947ffd0b75abf0631098df7c4188) Merge branch '0.1.8b' into fix/print-queue-time - [`215e750`](https://github.com/maziggy/bambuddy/commit/215e750d048fa62fe0120c8fb9937f9d0782ea54) Fix queue print time for plate selection - [`0a0a0ae`](https://github.com/maziggy/bambuddy/commit/0a0a0aea2f7b111b012064c86f8e17cf4376c6d1) Merge branch '0.1.8b' into fix/print-queue-time - [`f14b46b`](https://github.com/maziggy/bambuddy/commit/f14b46b2e020164091a5422b9d7e1a4b0c2746f5) Merge branch '0.1.8b' into fix/print-queue-time ### 📊 Changes **1 file changed** (+66 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `backend/app/api/routes/print_queue.py` (+66 -1) </details> ### 📄 Description ## Description Updates print queue time to be based on build plate time. ## Related Issue Fixes #273 ## Type of Change - [X] 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 - Now pulls the correct print time based off the plate selected instead of the previous first plate - - ## Screenshots <img width="425" height="392" alt="image" src="https://github.com/user-attachments/assets/feaeff81-c02a-463d-953c-5df63d1f01e7" /> ## Testing Previous queued items had the same time, now they are updated to show the build plate time for that plate instead of the default plate 1. Added new queued items and they showed correct time now - [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) - [X] 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#980
No description provided.