I am trying to quickly open 3D models from printables.com in the slicer program “OrcaSlicer” to process for 3D printing.
To skip the hassle of downloading and importing a model file, the site offers a quick “open in slicer” button for PrusaSlicer, Bambu Studio and OrcaSlicer, all of which share a codebase.
The Button opens an orcaslicer:// URL that should get passed to OrcaSlicer.
It however throws seemingly random KIO errors:
First I got “Could not read file orcaslicer://open?[….]
So I tried to manually associate the url type to OrcaSlicer using both a seperate desktop file and a file association in KDE settings.
No luck with both. The error message just changes to “Unable to create KIO worker. Unknown protocol ‘orcaslicer’.”
How can this be fixed so I can use the “Open in OrcaSlicer” button? It works fine on a computer running windows.


