Skip to content

Feature Request: Support "Open in Bambu Studio" links from MakerWorld #3753

@hongkongkiwi

Description

@hongkongkiwi

On MacOS, there is a simple app which can change the default program that opens on a specific url scheme called "duti". I would like to make it it so links with "bambustudioopen" open in orcaslicer instead.

However, unfortunately OrcaSlicer only understands it's own custom url scheme. Is it possible to add an additional case where which can also understand if it's opened with bambustudioopen url scheme? This way it is possible to change the application to orcaslicer and have it work properly.
 

if (!url.empty() && boost::starts_with(url, "orcasliceropen://")) {

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions