ENH: support HMS for N7

jira: [none]
Change-Id: I5598d9d426bbe731b5d449a489417a61f460a520
(cherry picked from commit 6e1ea3ae1dec80b89ca0f530e34e66f8ddffa52b)
(cherry picked from commit a21522fa3b1d3f290283de2d67e5d48857514057)
(cherry picked from commit c7cf98f33dc8c5de61a316dde3ceea32eff00572)
This commit is contained in:
xin.zhang
2025-06-12 11:47:47 +08:00
committed by Noisyfox
parent 3bd9fe995b
commit 27599a998f
25 changed files with 286359 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", "093"};
static unordered_set<string> package_dev_id_types {"094", "239", "093", "22E"};
namespace Slic3r {
namespace GUI {