Set VERSION_CHECK_URL for Slic3r

This commit is contained in:
Joseph Lenox 2021-04-03 12:03:24 -05:00
parent b680f3ee3e
commit 85ae61f901

View File

@ -24,7 +24,7 @@ namespace Slic3r {
static const std::string VENDOR_PREFIX = "vendor:";
static const std::string MODEL_PREFIX = "model:";
static const std::string VERSION_CHECK_URL = "https://api.github.com/repos/supermerill/superslicer/releases";
static const std::string VERSION_CHECK_URL = "https://api.github.com/repos/slic3r/Slic3r/releases";
const std::string AppConfig::SECTION_FILAMENTS = "filaments";
const std::string AppConfig::SECTION_MATERIALS = "sla_materials";