mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 05:35:30 +02:00
[GH-ISSUE #403] [Feature]: File Manager - Check if the nozzle in the file is compatible with the nozzle on the printer #254
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
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#254
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/403
Problem or Use Case
It's actually possible to start a print with the wrong nozzle diameter, the printer will show a warning message.
Proposed Solution
Display the nozzle diameter in the File Manager next to the printer model. When printing or scheduling a job, verify that the nozzle is compatible with the selected printer and flag a mismatch.
Bonus 1: Additionally, validate the nozzle flow rate and material compatibility, for example, flag a mismatch if a file is configured for a high-flow nozzle but the selected printer is equipped with a standard nozzle of the same diameter.
Bonus 2: If a job is already queued and the printer's nozzle is swapped after scheduling, the system should perform a compatibility check before sending the job to the printer.
Can integrate #399
Alternatives Considered
No response
Feature Category
File Manager
Priority
Nice to have
Mockups or Examples
No response
Contribution
Checklist
@maziggy commented on GitHub (Feb 16, 2026):
Currently Bambuddy doesn't support different nozzle sizes. Needs to be implemented from scratch.
@aneopsy commented on GitHub (Feb 16, 2026):
Why not start with a lite version? Just check the nozzle size before printing and display it on some cards. I can work on it if you want.
@maziggy commented on GitHub (Feb 16, 2026):
Don't want to split it into separate tasks. Sorry.
@aneopsy commented on GitHub (Feb 16, 2026):
Ok no problem, I will work on it on my fork
@maziggy commented on GitHub (Feb 16, 2026):
BTW: can you please check your github setup? I'm getting email notifications about failed CI runs every time you do a commit in your fork. Don't know where that comes from.
@aneopsy commented on GitHub (Feb 16, 2026):
Strange GitHub bug, I will update my account to pro so the CI shouldn't failed