mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
Feature/per vendor update (#13394)
* init work - refactored OrcaSlice side backend is not updated yet * end-to-end flow * Delete task.md --------- Co-authored-by: SoftFever <softfeverever@gmail.com>
This commit is contained in:
@@ -41,7 +41,7 @@ using namespace nlohmann;
|
||||
namespace Slic3r {
|
||||
|
||||
static const std::string VERSION_CHECK_URL = "https://check-version.orcaslicer.com/latest";
|
||||
static const std::string PROFILE_UPDATE_URL = "https://api.github.com/repos/OrcaSlicer/orcaslicer-profiles/releases/tags";
|
||||
static const std::string PROFILE_UPDATE_URL = "https://check-version.orcaslicer.com/profile";
|
||||
static const std::string MODELS_STR = "models";
|
||||
|
||||
const std::string AppConfig::SECTION_FILAMENTS = "filaments";
|
||||
|
||||
Reference in New Issue
Block a user