mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-14 09:56:00 +08:00
allow choose custom filament for A1 and P1
This commit is contained in:
parent
0c62acd4ed
commit
d140b5bdab
@ -1382,7 +1382,6 @@ void MachineObject::parse_status(int flag)
|
|||||||
}
|
}
|
||||||
|
|
||||||
is_support_filament_tangle_detect = ((flag >> 19) & 0x1) != 0;
|
is_support_filament_tangle_detect = ((flag >> 19) & 0x1) != 0;
|
||||||
is_support_user_preset = ((flag >> 22) & 0x1) != 0;
|
|
||||||
if (xcam_filament_tangle_detect_count > 0)
|
if (xcam_filament_tangle_detect_count > 0)
|
||||||
xcam_filament_tangle_detect_count--;
|
xcam_filament_tangle_detect_count--;
|
||||||
else {
|
else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user