mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-01-25 06:27:34 -07:00
FIX: nozzle flow info wrong in Printer Parts
Jira: [STUDIO-14582] Change-Id: I29048f430faa651a9a6b0c18145d7826088f0de2 (cherry picked from commit 13694e237f5787a92f738898856e5a29bd6e08be)
This commit is contained in:
parent
c8fac7158a
commit
dd8fe9436e
1 changed files with 1 additions and 1 deletions
|
|
@ -1496,7 +1496,7 @@ void PrinterPartsDialog::UpdateNozzleInfo(){
|
|||
nozzle_flow_type_checkbox->Show(obj->is_nozzle_flow_type_supported());
|
||||
if (obj->is_nozzle_flow_type_supported())
|
||||
{
|
||||
auto flow_type = obj->GetExtderSystem()->GetNozzleType(MAIN_EXTRUDER_ID);
|
||||
auto flow_type = obj->GetExtderSystem()->GetNozzleFlowType(MAIN_EXTRUDER_ID);
|
||||
nozzle_flow_type_checkbox->SetValue(GetString(flow_type));
|
||||
}
|
||||
} else if(multiple_panel->IsShown()){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue