FIX: use cloud HMS

jira: [STUDIO-11126]
Change-Id: I6bbc7163c2f47f38f3ea614d71f534dc4ecd9835
This commit is contained in:
xin.zhang 2025-03-26 12:22:30 +08:00 committed by lane.wei
parent 9441a32ca3
commit af658c653e
1 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@ static const char* HMS_PATH = "hms";
static const char* HMS_LOCAL_IMG_PATH = "hms/local_image";
// the local HMS info
static unordered_set<string> package_dev_id_types{ "094" };
static unordered_set<string> cloud_dev_id_types{ "00M", "00W", "03W", "01P", "01S", "030", "039" };
static unordered_set<string> package_dev_id_types;
static unordered_set<string> cloud_dev_id_types{"00M", "00W", "03W", "01P", "01S", "030", "039", "094"};
namespace Slic3r {
namespace GUI {