From 73160811e0ea9e5e8a8015364ff46ce19099d492 Mon Sep 17 00:00:00 2001 From: tao wang Date: Wed, 19 Apr 2023 14:34:14 +0800 Subject: [PATCH] ENH:update the model mall address in other regions to makerworld Change-Id: Ie897b23c69af6490ddb8e4554e673627cd61f3d5 --- src/slic3r/GUI/GUI_App.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/slic3r/GUI/GUI_App.cpp b/src/slic3r/GUI/GUI_App.cpp index 761c874fb..26a68290f 100644 --- a/src/slic3r/GUI/GUI_App.cpp +++ b/src/slic3r/GUI/GUI_App.cpp @@ -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;