1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-21 09:44:26 +00:00

Distinct extrusion role for support material interface

This commit is contained in:
Alessandro Ranellucci
2014-05-12 22:59:49 +02:00
parent baefefc50d
commit 59f0e76da1
4 changed files with 6 additions and 4 deletions
+1
View File
@@ -23,6 +23,7 @@ enum ExtrusionRole {
erGapFill,
erSkirt,
erSupportMaterial,
erSupportMaterialInterface,
};
/* Special flags describing loop */
+1
View File
@@ -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;