mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-06 22:47:32 -06:00
allow choose custom filament for A1 and P1
This commit is contained in:
parent
0c62acd4ed
commit
d140b5bdab
1 changed files with 0 additions and 1 deletions
|
@ -1382,7 +1382,6 @@ 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…
Add table
Add a link
Reference in a new issue