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)
|
After Width: | Height: | Size: 61 KiB |
|
After Width: | Height: | Size: 67 KiB |
|
After Width: | Height: | Size: 58 KiB |
|
After Width: | Height: | Size: 359 KiB |
|
After Width: | Height: | Size: 96 KiB |
|
After Width: | Height: | Size: 66 KiB |
|
After Width: | Height: | Size: 67 KiB |
|
After Width: | Height: | Size: 366 KiB |
|
After Width: | Height: | Size: 362 KiB |
@@ -10,7 +10,7 @@ static const char* HMS_PATH = "hms";
|
|||||||
static const char* HMS_LOCAL_IMG_PATH = "hms/local_image";
|
static const char* HMS_LOCAL_IMG_PATH = "hms/local_image";
|
||||||
|
|
||||||
// the local HMS info
|
// 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 Slic3r {
|
||||||
namespace GUI {
|
namespace GUI {
|
||||||
|
|||||||