ENH:add the function of using FTP only

Change-Id: If2dc3d1c9d913d1aacd426640a01a714d45a6774
This commit is contained in:
tao wang 2023-02-03 18:05:33 +08:00 committed by Lane.Wei
parent 59f7c4595c
commit 1fc0a752db
2 changed files with 47 additions and 23 deletions

View file

@ -1236,7 +1236,7 @@ SelectMachineDialog::SelectMachineDialog(Plater *plater)
if (e.GetInt() == 1) {
DeviceManager* dev = Slic3r::GUI::wxGetApp().getDeviceManager();
if (!dev) return;
m_comboBox_printer->SetValue(dev->get_selected_machine()->dev_name);
m_comboBox_printer->SetValue(dev->get_selected_machine()->dev_name + "(LAN)");
}
});