diff --git a/src/slic3r/GUI/SelectMachine.cpp b/src/slic3r/GUI/SelectMachine.cpp index 27a41e067..5e15c1b44 100644 --- a/src/slic3r/GUI/SelectMachine.cpp +++ b/src/slic3r/GUI/SelectMachine.cpp @@ -3181,7 +3181,7 @@ void SelectMachineDialog::update_filament_change_count() if (obj->m_extder_data.total_extder_count > 1) { m_link_edit_nozzle->Show(true); } - if ( filament_ids.size () == 0 && (hand_changes_count > 0 || saving_weight > 0) ) { + if (hand_changes_count > 0 || saving_weight > 0) { m_mapping_sugs_sizer->Show(true); m_change_filament_times_sizer->Show(true); m_txt_change_filament_times->Show(true);