From dcdb92f45e3d8e865146c794e597a208f395fe5e Mon Sep 17 00:00:00 2001 From: QIDI TECH <893239786@qq.com> Date: Tue, 25 Feb 2025 16:11:20 +0800 Subject: [PATCH] Update SelectMachine.cpp --- src/slic3r/GUI/SelectMachine.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/slic3r/GUI/SelectMachine.cpp b/src/slic3r/GUI/SelectMachine.cpp index e0c702e..bcb247a 100644 --- a/src/slic3r/GUI/SelectMachine.cpp +++ b/src/slic3r/GUI/SelectMachine.cpp @@ -1278,7 +1278,7 @@ SelectMachineDialog::SelectMachineDialog(Plater *plater, wxString title) }); //w42 - m_comboBox_printer->Bind(wxEVT_COMBOBOX, [this](wxCommandEvent& evt) { + /*m_comboBox_printer->Bind(wxEVT_COMBOBOX, [this](wxCommandEvent& evt) { wxString selected = evt.GetString(); MachineObject* selected_machine = nullptr; if (!m_isNetMode) { @@ -1301,7 +1301,7 @@ SelectMachineDialog::SelectMachineDialog(Plater *plater, wxString title) } m_sizer_main->Layout(); evt.Skip(); - }); + });*/ m_isSwitch = new wxCheckBox(switch_button_panel, wxID_ANY, _L("Switch to Device tab"), wxDefaultPosition); m_isSwitch->SetValue((wxGetApp().app_config->get("switch to device tab after upload") == "true") ? true : false);