Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MakerWorld - "Open in BambuStudio" -> Point to OrcaSlicer #3829

Closed
DokuKaefer opened this issue Jan 25, 2024 · 4 comments
Closed

MakerWorld - "Open in BambuStudio" -> Point to OrcaSlicer #3829

DokuKaefer opened this issue Jan 25, 2024 · 4 comments
Labels

Comments

@DokuKaefer
Copy link

Hello,

if I adjust the path to OrcaSlicer in the registry under Windows and then click on "Open in BambuStudio" on MakerWorld, OrcaSlicer opens but it does not find any geometry in the loaded file.

Is it possible to adjust this? 😊

2024-01-25_19h21_50

2024-01-25_19h43_44

@vordenken
Copy link

Yes please, it would be awesome to use this feature (on Windows as well as macOS).

@wiyoon
Copy link

wiyoon commented Mar 18, 2024

You need to modify the source code.

src/slic3r/GUI/GUI_App.cpp

    if (!url.empty() && (boost::starts_with(url, "orcasliceropen://") || boost::starts_with(url, "bambustudioopen://"))) {
        auto input_str_arr = split_str(url.ToStdString(), "orcasliceropen://");
        if (input_str_arr.size() <=1 ) {
            input_str_arr = split_str(url.ToStdString(), "bambustudioopen://");
        }

https://blog.naver.com/wiyoon/223386467252

Copy link

Orca bot: this issue is stale because it has been open for 90 days with no activity.

@github-actions github-actions bot added the stale label Jun 17, 2024
Copy link

Orca bot: This issue was closed because it has been inactive for 7 days since being marked as stale.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Jun 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants