ENH: add HMS for 093

jira: [none]
Change-Id: I9d0ca7fbbe5f598b8d7e3f8579f4ff4d0c4714ad
(cherry picked from commit 2fe8ee14e29f0e7342e36a1cd356b33c992ddc60)
This commit is contained in:
xin.zhang
2025-06-12 12:21:26 +08:00
committed by Noisyfox
parent 5499007bc3
commit 1a8138a996
33 changed files with 289971 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ 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", "239"};
static unordered_set<string> package_dev_id_types {"094", "239", "093"};
namespace Slic3r {
namespace GUI {