Revamp OrcaSlicer updater (#10884)

* Revamp OrcaSlicer updater
This commit is contained in:
SoftFever
2025-09-28 10:33:33 +08:00
committed by GitHub
parent c59255a605
commit f020480900
14 changed files with 693 additions and 91 deletions

View File

@@ -294,7 +294,7 @@ public:
// Get the Slic3r version check url.
// This returns a hardcoded string unless it is overriden by "version_check_url" in the ini file.
std::string version_check_url(bool stable_only = false) const;
std::string version_check_url() const;
// Get the Orca profile update url.
std::string profile_update_url() const;