FIX:Access code and ip input and interaction logic

JIRA: STUDIO-3970
Change-Id: If7a33d6a70b09dda9f50d774d6cec732af923e71
This commit is contained in:
hu.wang
2023-09-06 17:09:45 +08:00
committed by Lane.Wei
parent 66242d765a
commit c8cf950155
6 changed files with 144 additions and 55 deletions

View File

@@ -2242,6 +2242,7 @@ void SelectMachineDialog::show_errors(wxString &info)
void SelectMachineDialog::on_ok_btn(wxCommandEvent &event)
{
bool has_slice_warnings = false;
DeviceManager* dev = Slic3r::GUI::wxGetApp().getDeviceManager();
@@ -2488,7 +2489,6 @@ void SelectMachineDialog::on_send_print()
}
}
if (m_print_type == PrintFromType::FROM_NORMAL) {
result = m_plater->send_gcode(m_print_plate_idx, [this](int export_stage, int current, int total, bool& cancel) {
if (this->m_is_canceled) return;