-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Labels
Comments
Yes please, it would be awesome to use this feature (on Windows as well as macOS). |
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://");
} |
1 task
Orca bot: this issue is stale because it has been open for 90 days with no activity. |
Orca bot: This issue was closed because it has been inactive for 7 days since being marked as stale. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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? 😊
The text was updated successfully, but these errors were encountered: