mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-08-14 22:36:15 +08:00
FIX: fix network wired issue
JIRA: STUDIO-7534 Change-Id: I0b5d3764ebf61735238207adc2053ad45ce5ec1a Signed-off-by: Stone Li <stone.li@bambulab.com> (cherry picked from commit babda59caa2cb83ae993bfe87c865d7f61c6ab4b)
This commit is contained in:
parent
acfdcadac0
commit
ff22a86515
@ -1420,8 +1420,6 @@ void MachineObject::parse_status(int flag)
|
||||
}
|
||||
|
||||
sdcard_state = MachineObject::SdcardState((flag >> 8) & 0x11);
|
||||
|
||||
network_wired = ((flag >> 18) & 0x1) != 0;
|
||||
}
|
||||
|
||||
PrintingSpeedLevel MachineObject::_parse_printing_speed_lvl(int lvl)
|
||||
|
Loading…
x
Reference in New Issue
Block a user