ENH:update printer online status
jira:[for network testing] Change-Id: Id67788fdaa28f5f13483eb06ced6b338994eda02
This commit is contained in:
parent
c6af13a612
commit
fdf84c4533
|
@ -4975,6 +4975,7 @@ void DeviceManager::on_machine_alive(std::string json_str)
|
|||
obj->bind_state = bind_state;
|
||||
obj->bind_sec_link = sec_link;
|
||||
obj->dev_connection_name = connection_name;
|
||||
obj->m_is_online = true;
|
||||
|
||||
//load access code
|
||||
AppConfig* config = Slic3r::GUI::wxGetApp().app_config;
|
||||
|
|
Loading…
Reference in New Issue