mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 15:13:58 -06:00
Follow-up of 2c6472ebc3
-> Ensure backward compatibility
This commit is contained in:
parent
1863d622b5
commit
9086542a08
1 changed files with 1 additions and 1 deletions
|
@ -349,7 +349,7 @@ ExtrusionRole ExtrusionEntity::string_to_role(const std::string_view role)
|
||||||
return erBridgeInfill;
|
return erBridgeInfill;
|
||||||
else if (role == L("Gap fill"))
|
else if (role == L("Gap fill"))
|
||||||
return erGapFill;
|
return erGapFill;
|
||||||
else if (role == L("Skirt/Brim"))
|
else if (role == L("Skirt") || role == L("Skirt/Brim")) // "Skirt" is for backward compatibility with 2.3.1 and earlier
|
||||||
return erSkirt;
|
return erSkirt;
|
||||||
else if (role == L("Support material"))
|
else if (role == L("Support material"))
|
||||||
return erSupportMaterial;
|
return erSupportMaterial;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue