mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 06:57:36 -06:00
NEW:lan mode interaction optimization
Change-Id: I80eef918fe1ac4c8e306787bd7b9437262686e23
This commit is contained in:
parent
5a78f7ade1
commit
4a5c473058
10 changed files with 201 additions and 17 deletions
|
@ -3330,6 +3330,7 @@ bool DeviceManager::set_selected_machine(std::string dev_id)
|
|||
m_agent->disconnect_printer();
|
||||
it->second->reset();
|
||||
it->second->connect();
|
||||
it->second->set_lan_mode_connection_state(true);
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
@ -3346,6 +3347,7 @@ bool DeviceManager::set_selected_machine(std::string dev_id)
|
|||
m_agent->disconnect_printer();
|
||||
it->second->reset();
|
||||
it->second->connect();
|
||||
it->second->set_lan_mode_connection_state(true);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue