mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 10:32:20 +00:00
ENH:update printer online status
jira:[for network testing] Change-Id: Id67788fdaa28f5f13483eb06ced6b338994eda02
This commit is contained in:
@@ -4975,6 +4975,7 @@ void DeviceManager::on_machine_alive(std::string json_str)
|
|||||||
obj->bind_state = bind_state;
|
obj->bind_state = bind_state;
|
||||||
obj->bind_sec_link = sec_link;
|
obj->bind_sec_link = sec_link;
|
||||||
obj->dev_connection_name = connection_name;
|
obj->dev_connection_name = connection_name;
|
||||||
|
obj->m_is_online = true;
|
||||||
|
|
||||||
//load access code
|
//load access code
|
||||||
AppConfig* config = Slic3r::GUI::wxGetApp().app_config;
|
AppConfig* config = Slic3r::GUI::wxGetApp().app_config;
|
||||||
|
|||||||
Reference in New Issue
Block a user