3dPrinting :

- modifiche a coasting e wipe.
This commit is contained in:
SaraP
2022-05-26 17:39:21 +02:00
parent 64604d81f4
commit 419468c696
3 changed files with 32 additions and 23 deletions
+4 -2
View File
@@ -20,7 +20,8 @@ TOOLPATH_GRP = "ToolPath"
LAYER_SRF = "LayerSurf"
SHELL_CRV = "Shell"
INFILL_CRV = "Infill"
RETRACTION_CRV = "Retraction"
COASTING_CRV = "Coasting"
WIPE_CRV = "Wipe"
FRAME_PART = "FramePart"
MIN_LEN = 1e-3
@@ -72,7 +73,8 @@ TYPE = {
INNER_SHELL = 2,
INFILL = 3,
LINK = 4,
RETRACTION = 5,
COASTING = 5,
WIPE = 6,
}
PRINT_ORDER = {