mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
ENH: request lan ip if liveview failed with lan tunnel (2)
Change-Id: Ie40c31b8c3600dc30228d931013cc0e12a6b1a78
This commit is contained in:
@@ -3835,6 +3835,7 @@ void DeviceManager::parse_user_print_info(std::string body)
|
||||
if (m_agent) {
|
||||
obj->set_bind_status(m_agent->get_user_name());
|
||||
}
|
||||
obj->dev_ip = Slic3r::GUI::wxGetApp().app_config->get("ip_address", dev_id);
|
||||
userMachineList.insert(std::make_pair(dev_id, obj));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user