mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 08:25:54 +02:00
[GH-ISSUE #393] [Feature]: Queue Page - Add the possibility to print multiple time the same job #245
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#245
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?
Originally created by @aneopsy on GitHub (Feb 16, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/393
Problem or Use Case
Currently, printing the same job multiple times requires manually adding it to the queue each time, one by one.
Proposed Solution
Add a count field (defaulting to 1) that allows a job to be executed multiple times.
If no specific printer ID is provided and only the printer model is specified, the system should be able to distribute the jobs across multiple matching printers simultaneously, based on the number of jobs to complete.
Bonus: Add a duplicate button to easily clone an existing job in the queue, allowing you to modify it directly without having to go back to the file manager and set everything up again.
Use case: You have a multi-plate file. You set up a job for Plate A, then duplicate it in the queue and modify the copy to print Plate B with the same settings.
Alternatives Considered
No response
Feature Category
Print Queue & Scheduling
Priority
Would improve my workflow
Mockups or Examples
No response
Contribution
Checklist
@aneopsy commented on GitHub (Feb 16, 2026):
I can handle the duplicate button, but I'm not confident enough with the stack and the codebase to implement the job counter.
@maziggy commented on GitHub (Feb 16, 2026):
https://github.com/maziggy/bambuddy/issues/342