FIX: nozzle flow info wrong in Printer Parts

Jira: [STUDIO-14582]
Change-Id: I29048f430faa651a9a6b0c18145d7826088f0de2
(cherry picked from commit 13694e237f5787a92f738898856e5a29bd6e08be)
This commit is contained in:
hemai 2025-09-16 09:37:29 +08:00 committed by Noisyfox
parent c8fac7158a
commit dd8fe9436e

View file

@ -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()){