3dPrinting :

- corretta la gestione delle uscite per setti chiusi con link disegnato dall'utente.
This commit is contained in:
SaraP
2023-03-20 11:49:15 +01:00
parent 3745705b3d
commit 046431a2a9
3 changed files with 125 additions and 91 deletions
+2 -1
View File
@@ -107,7 +107,7 @@ KEY_SPLIT_AFTER_TRIM_TOT = "RibsSplitAfterTrimTot"
KEY_SPLIT_ID = "SplitId"
KEY_START_RIB = "StartRib"
KEY_ORIGINAL_RIB = "OriginalRib"
KEY_ORIGINAL_RIB_CLOSED = "OriginalRibClosed"
KEY_LOOP_RIB = "LoopRib"
KEY_RIBS_USER_LINK = "RibWithUserLink"
KEY_RIBS_USER_LINK_CCW = "RibUserLinkCCW"
KEY_RIBS_USER_LINK_ORDER = "RibUserLinkOrder"
@@ -154,6 +154,7 @@ KEY_ASSOCIATED_SURF = "AssociatedSurf"
KEY_ASSOCIATED_CRVS = "AssociatedCrvs"
KEY_HAS_SOLIDS = "Solids"
KEY_BOX_MIN_Z = "PartBoxMinZ"
KEY_START_POINT = "StartPoint"
SLICING_TYPE = {
VERTICAL = 1,