NEW: Add Makerworld CN domain
JIRA: none Change-Id: I1325d1113f337f6915833fde9d772166984b1e4c
This commit is contained in:
parent
e3fc46f121
commit
8434ba0c76
|
@ -1472,7 +1472,7 @@ std::string GUI_App::get_model_http_url(std::string country_code)
|
|||
url = "https://makerworld.com/";
|
||||
}
|
||||
else if (country_code == "CN") {
|
||||
url = "https://makerworld.com/";
|
||||
url = "https://makerworld.com.cn/";
|
||||
}
|
||||
else if (country_code == "ENV_CN_DEV") {
|
||||
url = "https://makerhub-dev.bambu-lab.com/";
|
||||
|
|
Loading…
Reference in New Issue