FIX:A1 and p1 series do not support custom materials

JIRA:XXXX
Change-Id: Ib0459273d1f9a7152a5563757204634a8d0cd6f5
This commit is contained in:
hu.wang 2024-01-09 20:03:26 +08:00 committed by Lane.Wei
parent 9d0d0ccc4a
commit d5b950a902
1 changed files with 1 additions and 1 deletions

View File

@ -1366,7 +1366,7 @@ void MachineObject::parse_status(int flag)
}
is_support_filament_tangle_detect = ((flag >> 19) & 0x1) != 0;
is_support_user_preset = ((flag >> 22) & 0x1) != 0;
if (xcam_filament_tangle_detect_count > 0)
xcam_filament_tangle_detect_count--;
else {