mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-22 22:24:01 -06:00
support makerworld.com
This commit is contained in:
parent
9f73c01821
commit
6519e850ef
6 changed files with 53 additions and 85 deletions
|
@ -501,7 +501,7 @@ void OtherInstanceMessageHandler::handle_message(const std::string& message)
|
|||
|
||||
std::vector<boost::filesystem::path> paths;
|
||||
std::vector<std::string> downloads;
|
||||
boost::regex re(R"(^(orcaslicer|prusaslicer):\/\/open[\/]?\?file=)", boost::regbase::icase);
|
||||
boost::regex re(R"(^(orcaslicer|prusaslicer|cura|bambustudio):\/\/open[\/]?\?file=)", boost::regbase::icase);
|
||||
boost::smatch results;
|
||||
|
||||
// Skip the first argument, it is the path to the slicer executable.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue