mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-23 02:42:08 +00:00
FIX: modify the name of high flow
jira: none Change-Id: Icd1a0ac91e957fc38a6f072b1bb3af0c97be398e (cherry picked from commit ea0691f092755d7e68db3ecf8b46b0e86a8fadb2)
This commit is contained in:
@@ -61,10 +61,10 @@ void get_default_k_n_value(const std::string &filament_id, float &k, float &n)
|
||||
|
||||
wxString get_nozzle_volume_type_name(NozzleVolumeType type)
|
||||
{
|
||||
if (NozzleVolumeType::nvtNormal == type) {
|
||||
return _L("Normal");
|
||||
} else if (NozzleVolumeType::nvtBigTraffic == type) {
|
||||
return _L("BigTraffic");
|
||||
if (NozzleVolumeType::nvtStandard == type) {
|
||||
return _L("Standard");
|
||||
} else if (NozzleVolumeType::nvtHighFlow == type) {
|
||||
return _L("High Flow");
|
||||
}
|
||||
return wxString();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user