mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-08-08 20:29:15 +08:00
FIX:A1 and p1 series do not support custom materials
JIRA:XXXX Change-Id: Ib0459273d1f9a7152a5563757204634a8d0cd6f5
This commit is contained in:
parent
9d0d0ccc4a
commit
d5b950a902
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user