mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-08-17 07:26:04 +08:00
NEW:p1 and x1 series added motor noise calibration
JIRA: 5085 Change-Id: Id73cc2d34b6130f215d81ffcdc39ba6b241445bf
This commit is contained in:
parent
8a0c8ed671
commit
451a60fc1d
@ -1358,6 +1358,11 @@ void MachineObject::parse_status(int flag)
|
|||||||
xcam_filament_tangle_detect = ((flag >> 20) & 0x1) != 0;
|
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);
|
sdcard_state = MachineObject::SdcardState((flag >> 8) & 0x11);
|
||||||
|
|
||||||
network_wired = ((flag >> 18) & 0x1) != 0;
|
network_wired = ((flag >> 18) & 0x1) != 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user