mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-01-05 22:37:41 -07:00
FIX: update dev_name when connect mode switch
Jira: [STUDIO-13463] Change-Id: I3e90d31660ff0d24439584a1e00c15449c425548 (cherry picked from commit 4f4689d7fde21afcf667d35fa62e9f444afed436)
This commit is contained in:
parent
2959f7549c
commit
833de25b29
1 changed files with 1 additions and 1 deletions
|
|
@ -273,7 +273,7 @@ namespace Slic3r
|
|||
|
||||
obj->last_alive = Slic3r::Utils::get_current_time_utc();
|
||||
obj->m_is_online = true;
|
||||
|
||||
obj->set_dev_name(dev_name);
|
||||
/* if (!obj->dev_ip.empty()) {
|
||||
Slic3r::GUI::wxGetApp().app_config->set_str("ip_address", obj->dev_id, obj->dev_ip);
|
||||
Slic3r::GUI::wxGetApp().app_config->save();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue