mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 10:02:12 +00:00
FIX:Access code and ip input and interaction logic
JIRA: STUDIO-3970 Change-Id: If7a33d6a70b09dda9f50d774d6cec732af923e71
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user