diff --git a/src/slic3r/GUI/Plater.cpp b/src/slic3r/GUI/Plater.cpp index 20c87ba13..99f456436 100644 --- a/src/slic3r/GUI/Plater.cpp +++ b/src/slic3r/GUI/Plater.cpp @@ -8041,7 +8041,6 @@ void Plater::priv::on_combobox_select(wxCommandEvent &evt) if (combo && combo->is_drop_down()) { sidebar->update_soft_first_start_state(); } - if (q->sidebar().is_new_project_in_gcode3mf()) { return; } PlaterPresetComboBox* preset_combo_box = dynamic_cast(evt.GetEventObject()); if (preset_combo_box) { this->on_select_preset(evt);