mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-30 14:22:07 +00:00
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:
@@ -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 {
|
||||
|
||||
@@ -262,6 +262,7 @@ static std::map<std::string, std::string> printer_thumbnails = {
|
||||
{"BL-P001", "printer_preview_BL-P001"},
|
||||
{"BL-P002", "printer_preview_BL-P002"},
|
||||
{"O1D", "printer_preview_O1D"},
|
||||
{"O1E", "printer_preview_O1E"},
|
||||
};
|
||||
|
||||
enum SlicedInfoIdx
|
||||
|
||||
Reference in New Issue
Block a user