mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-15 12:25:55 +08:00
filter fix
This commit is contained in:
parent
11aa3b7ea4
commit
3dec56da12
@ -141,7 +141,9 @@ struct Materials
|
|||||||
(vendor.empty() || get_vendor(preset) == vendor)) {
|
(vendor.empty() || get_vendor(preset) == vendor)) {
|
||||||
|
|
||||||
cb(preset);
|
cb(preset);
|
||||||
} else if (prst.vendor->common_profile) {
|
} else if (prst.vendor->common_profile &&
|
||||||
|
(type.empty() || get_type(preset) == type) &&
|
||||||
|
(vendor.empty() || get_vendor(preset) == vendor)) {
|
||||||
cb(preset);
|
cb(preset);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user