-
-
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
Add support for "bambustudioopen://" to Orca Slicer #4544
Comments
I have installed both and still want to open in Orca Slicer by default. There should be a button in settings to associate Orca Slicer with bambustudioopen:// links |
You can modify this yourself with the registry editor. Save this in a
|
Thats awesome to hear. Regardless, I think this still should get included
in Orca so everyone has access to it.
…On Tue, 19 Mar 2024, 13:58 anselor, ***@***.***> wrote:
You can modify this yourself with the registry editor.
Save this in a .reg file and import it:
[HKEY_CLASSES_ROOT\bambustudio\shell\open\command]
@="\"C:\\Program Files\\OrcaSlicer\\orca-slicer.exe\" \"%1\""
—
Reply to this email directly, view it on GitHub
<#4544 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABMP7EERRY3ODTSEV764R3LYZAZAPAVCNFSM6AAAAABE2ZZQLKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMBXGEYTCNZSHE>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
@anselor The registry edit doesn't work for me. Yes, it does open the Orca Slicer, but Orca Slicer fails to download the model and open it. |
@LordBoos The format is supposed to be like this: I'd propose amending the original request to optionally handle multiple common slicer url prefixes such as:
|
@anselor I tested registry edit (basically copy of bambustudio entry changed to orcaslicer entry and path to orca slicer exe) to add orcaslicer://open which partially works. Then I wrote browser userscript to change
This indeed opens Orca Slicer and it tries to download the 3mf file, but fails for some reason which I was not able to fix yet.
Then fails:
But if I open the URL in web browser, it downloads the model without issues. I think it might need some authentication or something. |
@LordBoos I tried opening that specific URL and I get a 401 error in my browser. I see there's a uid field in there so I suspect you're right and there's some sort of authentication check to prevent anonymous downloads. |
@LordBoos |
@anselor this link is from my test yesterday and it fails for me too now, it looks like it's also time limited. Looks like timestamp is in |
@LordBoos orcaslicer://open?file=https://makerworld.bblmw.com/makerworld/model/US6b22f37c2643f/55783278/instance/model.3mf?at=1711119246&exp=1711119546&key=8a5c6a43a335f986163b3f4357a44abc&uid=1577422717&name=BenchViseBuildPlate.3mf |
Really, thinking about this more, it would probably make more sense for there to be a browser plugin that just lets you remap any slicer url to any specific slicer you have installed rather than depend slicers to support interoperability with other slicer URLs. |
Yea I have that. And which version of Orca Slicer are you using? |
I have 1.9.1 installed at that location. |
I have only the 2.0.0 beta, can you try it with the 2.0.0? Maybe it's related to that version. |
Ok that's "good". At least I know that the message means "it should work in 1.9.1" now and the userscript is working correctly. I will try to create one for printables now. |
I saw that prior to adding my enhancement request, but that one seemed to be specifically dealing with MAC and a third-party app used to make changes to allow the launch from MakerWorld. I opened this enhancement to allow it to be resolved for everyone and eliminate the need for a workaround.
…________________________________
From: anselor ***@***.***>
Sent: Monday, March 25, 2024 8:00 AM
To: SoftFever/OrcaSlicer ***@***.***>
Cc: Bob Johnson ***@***.***>; Author ***@***.***>
Subject: Re: [SoftFever/OrcaSlicer] Add support for "bambustudioopen://" to Orca Slicer (Issue #4544)
It seems this was previously requested in #3753<#3753> - though worded differently.
—
Reply to this email directly, view it on GitHub<#4544 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AQK3FH3F2EBSX44WBRUNCVLY2ANWRAVCNFSM6AAAAABE2ZZQLKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMJXHE2TEMRVG4>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
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. |
Bump |
@Rulevoid It should be in 2.1. |
@anselor Confirmed. Looks good in 2.1.1. Thanks! |
Is there an existing issue for this feature request?
Is your feature request related to a problem?
It's frustrating when you go to MakerWorld and cannot download the raw files for a model. In this scenario, you have to click the "open in Bambu Studio" link, save the files as a project or export them as .stl, and then open them in Orca Slicer. This requires you to have Bambu Studio and Orca Slice installed on your machine.
Which printers will be beneficial to this feature?
Others
Describe the solution you'd like
Orca slicer should recognize and support the "open in Bambu Studio" launch command when there is no Bambu Studio instance installed on the machine.
Describe alternatives you've considered
Additional context
When you click the "open in Bambu Studio" link from MakerWorld, it makes the following call to Open Bambu Studio (if installed): "bambustudioopen://".
Please add feature to Orca Slicer to check for a Bambu Studio installation. Something like:
"if installed=False then open Orca Slicer else ignore" when the "bambustudioopen://" call is made.
The text was updated successfully, but these errors were encountered: