mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-08-03 00:02:14 +00:00
ENH: support E3D print parts display
Jira: [STUDIO-14908] Change-Id: Ie8273eb6f74a3e7508f440d2092bb48f2e1dbb10 (cherry picked from commit a4218e991e6367e3f1ee3802e785802df2ad6d41)
This commit is contained in:
@@ -315,7 +315,8 @@ static std::unordered_map<NozzleType, std::string>NozzleTypeEumnToStr = {
|
||||
{NozzleType::ntHardenedSteel, "hardened_steel"},
|
||||
{NozzleType::ntStainlessSteel, "stainless_steel"},
|
||||
{NozzleType::ntTungstenCarbide, "tungsten_carbide"},
|
||||
{NozzleType::ntBrass, "brass"}
|
||||
{NozzleType::ntBrass, "brass"},
|
||||
{NozzleType::ntE3D, "E3D"}
|
||||
};
|
||||
|
||||
static std::unordered_map<std::string, NozzleType>NozzleTypeStrToEumn = {
|
||||
@@ -323,7 +324,8 @@ static std::unordered_map<std::string, NozzleType>NozzleTypeStrToEumn = {
|
||||
{"hardened_steel", NozzleType::ntHardenedSteel},
|
||||
{"stainless_steel", NozzleType::ntStainlessSteel},
|
||||
{"tungsten_carbide", NozzleType::ntTungstenCarbide},
|
||||
{"brass", NozzleType::ntBrass}
|
||||
{"brass", NozzleType::ntBrass},
|
||||
{"E3D", NozzleType::ntE3D}
|
||||
};
|
||||
|
||||
// BBS
|
||||
|
||||
Reference in New Issue
Block a user