3dPrinting :

- utilizzo delle regioni con numero diverso di passate per forare pareti
- correzioni varie.
This commit is contained in:
SaraP
2022-09-15 17:17:14 +02:00
parent f7b1c4297c
commit 34f90a1271
7 changed files with 130 additions and 66 deletions
+7 -6
View File
@@ -26,7 +26,6 @@ LEAD_IN_CRV = "LeadIn"
LEAD_OUT_CRV = "LeadOut"
FRAME_PART = "FramePart"
START_GEOM = "Start"
SHELL_NBR_SURF = "ShellNbrSurf"
TOT_SHELL_TRIM_SURF = "TotalShellSurfForTrim"
MIN_LEN = 0.1
@@ -133,11 +132,12 @@ TYPE = {
INNER_SHELL = 2,
INFILL = 3,
EXTRA_SHELL = 4,
LINK = 5,
COASTING = 6,
WIPE = 7,
RIB = 8,
AUX_SOLID = 9,
EXTRA_OUTER_SHELL = 5,
LINK = 6,
COASTING = 7,
WIPE = 8,
RIB = 9,
AUX_SOLID = 10,
}
PRINT_ORDER = {
@@ -232,6 +232,7 @@ RIBS_CRV = "Rib"
SHELL_NBR_GRP = "ShellNbrRegions"
SHELL_NBR_CRV = "ShellNbrRegion"
SHELL_NBR_SURF = "ShellNbrSurf"
AUX_SOLIDS_GRP = "AuxSolids"
AUX_SOLIDS_CRV = "AuxSolid"