ENH: add code for bambu lab h2d pro

jira:STUDIO-12107

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I4a8132515ad947f68212d8002c0f365badf8ca71
(cherry picked from commit 76f50132fcae7ca91c689ceb484006db1e4f3dbd)
This commit is contained in:
xun.zhang
2025-08-05 11:47:20 +08:00
committed by Noisyfox
parent 68fe61564a
commit 1fd88842d9
216 changed files with 325112 additions and 4 deletions

View File

@@ -10,8 +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"};
//static unordered_set<string> cloud_dev_id_types{"00M", "00W", "03W", "01P", "01S", "030", "039", "094"};
static unordered_set<string> package_dev_id_types {"094", "239"};
namespace Slic3r {
namespace GUI {