mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-26 10:21:00 +00:00
ENH: clean codes about device
JIRA: [STUDIO-13609] Change-Id: I591de7033360b9570600006cfbce2148a8d031d5 (cherry picked from commit e9c774be8f4c89b8dafa14ef56913612fb68bd0c)
This commit is contained in:
@@ -459,7 +459,7 @@ void SideTools::update_status(MachineObject* obj)
|
||||
if (!obj) return;
|
||||
|
||||
/* Update Device Info */
|
||||
m_side_tools->set_current_printer_name(obj->dev_name);
|
||||
m_side_tools->set_current_printer_name(obj->get_dev_name());
|
||||
|
||||
// update wifi signal image
|
||||
int wifi_signal_val = 0;
|
||||
|
||||
Reference in New Issue
Block a user