From 36cd741a3e9e2515d71df1969c2a7771f9c88507 Mon Sep 17 00:00:00 2001 From: "zhou.xu" Date: Thu, 27 Mar 2025 21:14:00 +0800 Subject: [PATCH] FIX:delete the code for connecting to the machine and switching to a combo box jira: github 6231 Change-Id: Ic0b043ae4bd27d3a6d41bf4a6b3f95dd532fecee (cherry picked from commit 8df494e35825008c51440ba6e588ce2bdd710cbd) --- src/slic3r/GUI/Plater.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/slic3r/GUI/Plater.cpp b/src/slic3r/GUI/Plater.cpp index 53801c7881..a6755cff14 100644 --- a/src/slic3r/GUI/Plater.cpp +++ b/src/slic3r/GUI/Plater.cpp @@ -7980,7 +7980,6 @@ void Plater::priv::set_current_panel(wxPanel* panel, bool no_slice) // BBS void Plater::priv::on_combobox_select(wxCommandEvent &evt) { - 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);