mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-09-16 15:33:13 +08:00
Production addresses of repo server
This commit is contained in:
parent
3bc28f277c
commit
fffbf04599
@ -3,23 +3,23 @@
|
||||
"description": "Prusa FFF printers",
|
||||
"visibility": "",
|
||||
"id": "prusa-fff",
|
||||
"url": "http://10.24.3.3:8001/v1/repos/prusa-fff/",
|
||||
"index_url": "http://10.24.3.3:8001/v1/repos/prusa-fff/vendor_indices.zip",
|
||||
"url": "https://preset-repo-api.prusa3d.com/v1/repos/prusa-fff/",
|
||||
"index_url": "https://preset-repo-api.prusa3d.com/v1/repos/prusa-fff/vendor_indices.zip",
|
||||
"selected": 1
|
||||
}, {
|
||||
"name": "Prusa SLA",
|
||||
"description": "Prusa SLA printers",
|
||||
"visibility": "",
|
||||
"id": "prusa-sla",
|
||||
"url": "http://10.24.3.3:8001/v1/repos/prusa-sla/",
|
||||
"index_url": "http://10.24.3.3:8001/v1/repos/prusa-sla/vendor_indices.zip",
|
||||
"url": "https://preset-repo-api.prusa3d.com/v1/repos/prusa-sla/",
|
||||
"index_url": "https://preset-repo-api.prusa3d.com/v1/repos/prusa-sla/vendor_indices.zip",
|
||||
"selected": 1
|
||||
}, {
|
||||
"name": "Non Prusa FFF",
|
||||
"description": "FFF printers by other vendors",
|
||||
"visibility": "",
|
||||
"id": "non-prusa-fff",
|
||||
"url": "http://10.24.3.3:8001/v1/repos/non-prusa-fff/",
|
||||
"index_url": "http://10.24.3.3:8001/v1/repos/non-prusa-fff/vendor_indices.zip",
|
||||
"url": "https://preset-repo-api.prusa3d.com/v1/repos/non-prusa-fff/",
|
||||
"index_url": "https://preset-repo-api.prusa3d.com/v1/repos/non-prusa-fff/vendor_indices.zip",
|
||||
"selected": 1
|
||||
}]
|
||||
|
@ -873,8 +873,7 @@ bool sync_inner(std::string& manifest)
|
||||
#ifdef SLIC3R_REPO_URL
|
||||
std::string url = SLIC3R_REPO_URL;
|
||||
#else
|
||||
//std::string url = "https://preset-repo-api.prusa3d.com/v1/repos"/*"https://preset-repo-api-stage.prusa3d.com/v1/repos"*/;
|
||||
std::string url = "http://10.24.3.3:8001/v1/repos";
|
||||
std::string url = "https://preset-repo-api.prusa3d.com/v1/repos";
|
||||
#endif
|
||||
auto http = Http::get(std::move(url));
|
||||
add_authorization_header(http);
|
||||
|
Loading…
x
Reference in New Issue
Block a user