3dPrinting :

- aggiunti parametri coasting e wipe nelle regioni con diverso numero di passate.
This commit is contained in:
SaraP
2022-08-26 10:38:51 +02:00
parent b5d1157ef1
commit 4a211ef9c3
4 changed files with 61 additions and 24 deletions
+4
View File
@@ -92,6 +92,10 @@ KEY_RIBS_TWO_STRANDS = "RibsHaveAll2Strands"
-- Regioni con diverso numero di passate
KEY_SHELL_NBR_DIFF = "ShellNbrDifference"
KEY_INVERTED_CURVE = "CurveIsInverted"
KEY_SHELL_NBR_COASTING = "ShellNbrCoasting"
KEY_SHELL_NBR_WIPE = "ShellNbrWipe"
KEY_SHELL_NBR_WIPE_DIR = "ShellNbrWipeDir"
KEY_CLOSED_EXTRA_SHELL = "ExtraShellIsClosed"
-- Parametri di macchina
SEC_3DPRINTING = "3dPrinting"