mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 03:43:52 +00:00
NEW:p1 and x1 series added motor noise calibration
JIRA: 5085 Change-Id: Id73cc2d34b6130f215d81ffcdc39ba6b241445bf
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user