diff --git a/src/slic3r/GUI/DeviceManager.cpp b/src/slic3r/GUI/DeviceManager.cpp index 4bc2f6d59..eba67110e 100644 --- a/src/slic3r/GUI/DeviceManager.cpp +++ b/src/slic3r/GUI/DeviceManager.cpp @@ -1358,6 +1358,11 @@ void MachineObject::parse_status(int flag) xcam_filament_tangle_detect = ((flag >> 20) & 0x1) != 0; } + if(!is_support_motor_noise_cali){ + is_support_motor_noise_cali = ((flag >> 21) & 0x1) != 0; + } + + sdcard_state = MachineObject::SdcardState((flag >> 8) & 0x11); network_wired = ((flag >> 18) & 0x1) != 0;