mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
FIX: modify the words to recognize Standard flow
jira: [STUDIO-9531] Change-Id: I827577b00e7245fe4d11d34c5736c57c815ffe5f (cherry picked from commit 8aa7c070d3f1d7e1c1b24805278d9faec9a93da2)
This commit is contained in:
@@ -440,7 +440,7 @@ PrinterPartsDialog::PrinterPartsDialog(wxWindow* parent)
|
||||
nozzle_type_map[NozzleType::ntHardenedSteel] = _L("Hardened Steel");
|
||||
nozzle_type_map[NozzleType::ntStainlessSteel] = _L("Stainless Steel");
|
||||
|
||||
nozzle_flow_map[NozzleFlowType::S_FLOW] = _L("Normal flow");
|
||||
nozzle_flow_map[NozzleFlowType::S_FLOW] = _L("Standard");
|
||||
nozzle_flow_map[NozzleFlowType::H_FLOW] = _L("High flow");
|
||||
|
||||
nozzle_type_selection_map[NozzleType::ntHardenedSteel] = 0;
|
||||
|
||||
Reference in New Issue
Block a user