3dPrinting :

- modificata definizione e gestione delle partenze sui layer.
This commit is contained in:
SaraP
2022-07-15 17:26:52 +02:00
parent 5c2a0d1caa
commit 7f47280495
5 changed files with 85 additions and 51 deletions
+2 -3
View File
@@ -24,7 +24,7 @@ WIPE_CRV = "Wipe"
LEAD_IN_CRV = "LeadIn"
LEAD_OUT_CRV = "LeadOut"
FRAME_PART = "FramePart"
START_POINT = "StartPoint"
START_GEOM = "Start"
MIN_LEN = 0.1
MIN_AREA = 0.01
@@ -92,8 +92,7 @@ KEY_COEFF_Y = "CoeffY"
KEY_SLICE_NBR = "SliceNbr"
KEY_SLICE_Z = "SliceZ"
KEY_SLICE_DELTAZ = "DeltaZ"
KEY_START_POINT = "StartPoint"
KEY_SLICE_REAL_Z = "SliceRealZ"
TYPE = {
OUTER_SHELL = 1,