mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-11-02 20:51:23 -07:00
Distinct extrusion role for support material interface
This commit is contained in:
parent
baefefc50d
commit
59f0e76da1
4 changed files with 6 additions and 4 deletions
|
|
@ -23,6 +23,7 @@ enum ExtrusionRole {
|
|||
erGapFill,
|
||||
erSkirt,
|
||||
erSupportMaterial,
|
||||
erSupportMaterialInterface,
|
||||
};
|
||||
|
||||
/* Special flags describing loop */
|
||||
|
|
|
|||
|
|
@ -141,6 +141,7 @@ _constant()
|
|||
EXTR_ROLE_GAPFILL = erGapFill
|
||||
EXTR_ROLE_SKIRT = erSkirt
|
||||
EXTR_ROLE_SUPPORTMATERIAL = erSupportMaterial
|
||||
EXTR_ROLE_SUPPORTMATERIAL_INTERFACE = erSupportMaterialInterface
|
||||
PROTOTYPE:
|
||||
CODE:
|
||||
RETVAL = ix;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue