3dPrinting :

- aggiunti setti.
This commit is contained in:
SaraP
2022-06-24 17:22:19 +02:00
parent 6c6c906b33
commit b9f1922969
7 changed files with 461 additions and 26 deletions
+18
View File
@@ -34,6 +34,7 @@ LAYER_SECTION = ""
KEY_SLICING_45 = "Slicing45"
KEY_SLICING_DIR="SlicingDir"
KEY_SLICE_Z = "SliceZ"
KEY_SLICE_DELTAZ = "DeltaZ"
KEY_SLICE_NBR = "SliceNbr"
KEY_SLICE_STEP = "StrandH"
KEY_SHELLS_NBR = "StrandCount"
@@ -80,6 +81,7 @@ TYPE = {
LINK = 4,
COASTING = 5,
WIPE = 6,
SETTO = 7,
}
PRINT_ORDER = {
@@ -154,5 +156,21 @@ SLICE_ADV_TYPE = {
INFILL = 4,
}
---------------------------------------------------------------------
SETTI_GRP="Setti"
SETTI_CRV="Setto"
KEY_SETTI_OVERLAP = "SettiOverlap"
KEY_SETTI_SHELLS_NBR = "SettiStrandCount"
KEY_SETTI_LINK = "SettiLink"
KEY_SETTI_INVERT = "SettiInvert"
KEY_SETTI_LEAD_IN_INVERT = "SettiLeadInInvert"
KEY_SETTI_LEAD_IN_LEN = "SettiLeadInLen"
KEY_SETTI_LEAD_OUT_INVERT = "SettiLeadOutInvert"
KEY_SETTI_LEAD_OUT_LEN = "SettiLeadOutLen"
KEY_SETTI_LEAD_OUT_WIPE1 = "SettiLeadOutWipeTang"
KEY_SETTI_LEAD_OUT_WIPE2 = "SettiLeadOutWipe"
KEY_SETTI_LEAD_OUT_WIPE_DIR = "SettiLeadOutWipeDir"
---------------------------------------------------------------------
return AddManData