mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-02 05:00:37 +08:00
SPE-1967 Disallow support blocker and enforcer for svg shape
This commit is contained in:
parent
77ba80dcc9
commit
b0d8b04527
@ -4267,7 +4267,8 @@ void ObjectList::change_part_type()
|
||||
types.emplace_back(ModelVolumeType::PARAMETER_MODIFIER);
|
||||
}
|
||||
|
||||
if (!volume->text_configuration.has_value()) {
|
||||
// is not embossed(SVG or Text)
|
||||
if (!volume->emboss_shape.has_value()) {
|
||||
for (const wxString& name : { _L("Support Blocker"), _L("Support Enforcer") })
|
||||
names.Add(name);
|
||||
for (const ModelVolumeType type_id : { ModelVolumeType::SUPPORT_BLOCKER, ModelVolumeType::SUPPORT_ENFORCER })
|
||||
|
Loading…
x
Reference in New Issue
Block a user