mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 08:25:54 +02:00
[GH-ISSUE #310] [Feature]: Import Profiles from OrcaSlicer Export #194
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#194
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 @TheUltimateC0der on GitHub (Feb 9, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/310
Originally assigned to: @maziggy on GitHub.
Problem or Use Case
I don’t use Bambu Studio and don’t plan to in the future. Instead, I exclusively use the open-source alternative OrcaSlicer, and I keep it completely local – I do not have the Bambu Lab Cloud plugin installed.
Because of this, my printer, filament, and process profiles are not synced to the Bambu Lab Cloud. As a result, I’m currently unable to use bambuddy’s slicer presets feature, since it depends on profiles that exist in or are synced through the Bambu ecosystem.
In other words: users who rely solely on OrcaSlicer (without Bambu Cloud integration) have their profiles available locally, but cannot use them with bambuddy.
Proposed Solution
Add an option to import profiles directly from an OrcaSlicer export into bambuddy, without requiring Bambu Studio or Bambu Lab Cloud.
Ideally, bambuddy would:
This would allow users who use OrcaSlicer standalone to benefit from bambuddy’s slicer presets feature, while keeping their workflow fully local and independent of Bambu Studio / Bambu Cloud.
Alternatives Considered
No response
Feature Category
Cloud Profiles
Priority
Critical for my use case
Mockups or Examples
No response
Contribution
Checklist
@TheUltimateC0der commented on GitHub (Feb 9, 2026):
Maybe this could work with https://github.com/OrcaSlicer/OrcaSlicer/issues/9893 ?
@maziggy commented on GitHub (Feb 9, 2026):
This is a valid use case — users who run OrcaSlicer without Bambu Cloud shouldn't be locked out of preset management.
Interesting link to OrcaSlicer/OrcaSlicer#9893 — if OrcaSlicer adds Git-based profile sync, that could be a clean integration path. Bambuddy could pull presets from a Git repo the same way it currently pulls from Bambu Cloud. That said, it's still a feature request on their side, so we can't depend on it.
In the meantime, a more immediate approach: allow creating local presets directly in Bambuddy without requiring any cloud or external sync. You'd define filament presets with the relevant parameters (type, temperature, pressure advance, etc.) right in the UI, stored locally in Bambuddy's database. These would work exactly like cloud-synced presets for AMS slot configuration.
This would serve:
And if OrcaSlicer's Git sync does land in the future, we could add that as an additional import source.
Would that approach work for your use case?
@TheUltimateC0der commented on GitHub (Feb 9, 2026):
Thanks a lot for the detailed answer and for considering this use case!
Yes, the approach of local presets directly in Bambuddy would already work for me. Being able to keep everything local fits very well with my workflow.
So from my perspective:
Short term:
Local, Bambuddy-managed filament presets would fully unblock my use case and already be a great improvement.
Long term / nice-to-have:
If OrcaSlicer’s Git-based profile sync (OrcaSlicer/OrcaSlicer#9893) ever lands, a Git integration or a direct Orca export import would still be very valuable to avoid maintaining the same data twice. Even a simple “Import from Orca export” be perfectly fine for me.
I’m happy to help test any implementation if that would be useful.
@maziggy commented on GitHub (Feb 9, 2026):
Here we go.....first version is available in branch 0.1.9b. Please check and let me know.
Docs -> https://wiki.bambuddy.cool/features/local-profiles/
Can you please test, that the local profiles are working with the AMS slot assignments on printer card and in print/schedule modal?
@TheUltimateC0der commented on GitHub (Feb 9, 2026):
Tested. Works!
@maziggy commented on GitHub (Feb 10, 2026):
If you find Bambuddy useful, please consider giving it a ⭐ on GitHub — it helps others discover the project!