mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
ENH: add nozzle type ntTungstenCarbide
jira: [STUDIO-11597] Change-Id: Ibec41549042d253aeb85ba81e93e7c26a4a56ed2 (cherry picked from commit 1352cff31427eadd2c85ce4c9602ab3379a5ae9e)
This commit is contained in:
@@ -133,6 +133,8 @@ static wxString to_wstring_name(std::string name)
|
||||
return _L("Hardened Steel");
|
||||
} else if (name == "stainless_steel") {
|
||||
return _L("Stainless Steel");
|
||||
} else if (name == "tungsten_carbide") {
|
||||
return _L("Tungsten Carbide");
|
||||
}
|
||||
|
||||
return wxEmptyString;
|
||||
|
||||
Reference in New Issue
Block a user