mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 08:25:54 +02:00
[GH-ISSUE #1095] [Feature]: coupling with dockerized slicer linuxserver.io Bambustudio or orcaslicer #782
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#782
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 @jsapede on GitHub (Apr 23, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/1095
Originally assigned to: @maziggy on GitHub.
Problem or Use Case
as integrated slicer has been abandonned, Liuxserver.io offer dockerized slicer versions :
https://github.com/linuxserver/docker-bambustudio
direct linking seems not feasible as it runs through a vnc style app but folers sharing may be possible
Proposed Solution
add option in the docker compose for folder sharing / sync
Alternatives Considered
No response
Feature Category
File Manager
Priority
Nice to have
Mockups or Examples
No response
Contribution
Checklist
@maziggy commented on GitHub (Apr 23, 2026):
https://github.com/maziggy/bambuddy/issues/352
https://github.com/AFKFelix/orca-slicer-api/issues/54
@jsapede commented on GitHub (Apr 23, 2026):
i'm not sure to understand well the problem but it looks like the slicer problems emerge form API use of slicers. tell me if i'm wrong.
using containerized slicers doesnt use API, its a full application served by a VNC inside a docker environment. It cannot handle automatic slicing but allow only to have distant and isolated complete management.
dockerized slicer cans access virtual printers on the same LAN and share folders with the dockerized bambuddy. it wont automate process but only deliver a full local environment available in browser.
made some quick tests :
there's no direct links between apps, only shared folders inside docker environment that would facilitate distant operations
@maziggy commented on GitHub (Apr 23, 2026):
Yes, you're right. Should have read your issue more carefully ;)
Yes, we laready looked into it. Need to pick this up when there's time.
@maziggy commented on GitHub (Apr 23, 2026):
So if you would share Bambuddy folders with the BS container, then you need to tinker the compose file of BS and not Bambuddy.
So I don't see what you need from Bambuddy?!
@jsapede commented on GitHub (Apr 23, 2026):
I''m not sure to understand your question
Maybe an answer : as i've looked for global capabilities including slicing luke bambuhandy and as there are many request for this and négative answers due to technical considérations i was priposing another approach.
I will investigate for myself, and share, but maybe it could be part of bambuddy
Looking at dockerized environnement made by linuxserver makes me think of 3 ways
All 3 makes the whole install available anywhere and doesn't need yo have slicer installed on each machine or on locked machine like at work.
I'm quite New at bambuddy, so it takes me some time to understand how it woks and how folders/database and slicer communication are made.
Selkies/sealskin requires some https management knowkedge also.
@maziggy commented on GitHub (Apr 24, 2026):
I still don't see the point.
If you want to use the dockerized slicer, mount a shared folder to it, spin it up and connect to Bambuddy. That's it.