mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
@@ -1250,14 +1250,9 @@ wxString OptionsGroup::get_url(const std::string& path_end)
|
||||
anchor.Replace(L" ", "-");
|
||||
str = str.Left(pos) + anchor;
|
||||
}
|
||||
// Softfever: point to sf wiki for seam parameters
|
||||
if (path_end == "Seam") {
|
||||
return wxString::Format(L"https://github.com/SoftFever/OrcaSlicer/wiki/%s", from_u8(path_end));
|
||||
}
|
||||
else {
|
||||
//BBS
|
||||
return wxString::Format(L"https://wiki.bambulab.com/%s/software/bambu-studio/%s", L"en", str);
|
||||
}
|
||||
// Orca: point to sf wiki for seam parameters
|
||||
return wxString::Format(L"https://github.com/SoftFever/OrcaSlicer/wiki/Print-settings/%s", from_u8(path_end));
|
||||
|
||||
}
|
||||
|
||||
bool OptionsGroup::launch_browser(const std::string& path_end)
|
||||
|
||||
Reference in New Issue
Block a user