ENH:update the model mall address in other regions to makerworld

Change-Id: Ie897b23c69af6490ddb8e4554e673627cd61f3d5
This commit is contained in:
tao wang 2023-04-19 14:34:14 +08:00 committed by Lane.Wei
parent ab23c8b94a
commit 73160811e0

View file

@ -1398,7 +1398,7 @@ std::string GUI_App::get_model_http_url(std::string country_code)
url = "https://makerhub-pre.bambu-lab.com/";
}
else {
url = "https://makerhub.bambu-lab.com/";
url = "https://makerworld.com/";
}
return url;