NEW:p1 and x1 series added motor noise calibration

JIRA: 5085
Change-Id: Id73cc2d34b6130f215d81ffcdc39ba6b241445bf
This commit is contained in:
hu.wang 2023-11-02 14:17:28 +08:00 committed by Lane.Wei
parent 8a0c8ed671
commit 451a60fc1d
1 changed files with 5 additions and 0 deletions

View File

@ -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;