mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
FIX: modify the name of high flow
jira: none Change-Id: Icd1a0ac91e957fc38a6f072b1bb3af0c97be398e (cherry picked from commit ea0691f092755d7e68db3ecf8b46b0e86a8fadb2)
This commit is contained in:
@@ -420,7 +420,7 @@ void CalibrationWizard::cache_preset_info(MachineObject* obj, float nozzle_dia)
|
||||
}
|
||||
else {
|
||||
result.extruder_id = 0;
|
||||
result.nozzle_volume_type = NozzleVolumeType::nvtNormal;
|
||||
result.nozzle_volume_type = NozzleVolumeType::nvtStandard;
|
||||
}
|
||||
|
||||
obj->selected_cali_preset.push_back(result);
|
||||
|
||||
Reference in New Issue
Block a user