mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 08:25:54 +02:00
[GH-ISSUE #404] [Feature]: Multiple Virtual Printers #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
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#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 @VREmma on GitHub (Feb 16, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/404
Originally assigned to: @maziggy on GitHub.
Problem or Use Case
I own multiple models of real printers. I'd like to be able to have multiple virtual printers always running so I can send to them without having to go into bambuddy to reconfigure them to a new model every time I change which type of printer I am sending to.
Proposed Solution
Some way to run a small docker or another type of install that would only be the virtual printer, that would send it back to the "main" instance of Bambuddy.
Alternatives Considered
No response
Feature Category
Print Archiving
Priority
Would improve my workflow
Mockups or Examples
I do not have any mockups.
Contribution
Checklist
@maziggy commented on GitHub (Feb 17, 2026):
Yeah...there it is. Let me boot up my brain and think about it.
@maziggy commented on GitHub (Feb 17, 2026):
Damn...wrong issue.
@maziggy commented on GitHub (Feb 17, 2026):
But I already have a plan.
@maziggy commented on GitHub (Feb 17, 2026):
It's working ;)
@maziggy commented on GitHub (Feb 19, 2026):
@maziggy commented on GitHub (Feb 19, 2026):
Available in branch 0.2.1b. Please let me know how it goes.
Updated docs -> https://wiki.bambuddy.cool/features/virtual-printer/
BTW: Thank you very much!!!
@maziggy commented on GitHub (Feb 19, 2026):
Forgot to mention in the docs, that you need to add interface aliases.
So if you want to add a second virtual printer you need a new interface and ip address for it.
You can add a new interface alias via CLI "ifconfig eth0:1 192.168.255.88/24 up". After that the interface is visible in settings and can be selected.
Will add it to the docs later.
@maziggy commented on GitHub (Feb 19, 2026):
Docs are updated.
@maziggy commented on GitHub (Feb 27, 2026):
@VREmma Did you have the time to check?