mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-02-24 13:25:07 -07:00
FIX: the WIFI signal is not refresh
jira: [STUDIO-10185] Change-Id: I5b68bb487dc13ce32d7af6df72ff4c7cada6137b (cherry picked from commit 3dbe340cf98f210d7079e2accc299da934efe4b0)
This commit is contained in:
parent
9fae879ba4
commit
1fe3cadd2e
1 changed files with 3 additions and 0 deletions
|
|
@ -464,6 +464,9 @@ void SideTools::update_status(MachineObject* obj)
|
|||
if (!obj->is_connected() || obj->is_connecting()) {
|
||||
m_side_tools->set_current_printer_signal(WifiSignal::NONE);
|
||||
}
|
||||
else if (!obj->is_lan_mode_printer() && !obj->is_online()) {
|
||||
m_side_tools->set_current_printer_signal(WifiSignal::NONE);/*STUDIO-10185*/
|
||||
}
|
||||
else {
|
||||
if (obj->network_wired) {
|
||||
m_side_tools->set_current_printer_signal(WifiSignal::WIRED);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue