3dPrinting :

- spiral vase (prima versione)
- aggiunto controllo sui wipe dei setti.
This commit is contained in:
SaraP
2022-10-11 16:06:30 +02:00
parent 2288078e49
commit 7792f22242
6 changed files with 349 additions and 95 deletions
+2
View File
@@ -37,6 +37,7 @@ MIN_RIBS_LEN = 2
SEC_DEFAULT = "Default"
KEY_PARAMS = "Params"
KEY_CALC_SOLIDS = "CalcSolids"
KEY_SPIRAL_VASE = "SpiralVase"
KEY_SLICING_45 = "Slicing45"
KEY_SLICING_DIR="SlicingDir"
KEY_SLICE_STEP = "StrandH"
@@ -75,6 +76,7 @@ KEY_OFFSET_LEAD_POINT = "OffsetLeadPoint"
KEY_COASTING_LEN = "CoastingLen"
KEY_COASTING_FEED = "CoastingFeed"
KEY_WIPE_LEN = "WipeLen"
KEY_WIPE_DIR = "WipeDir"
KEY_WIPE_FEEDPU = "WipeFeedPu"
KEY_TOOL_DIAM = "ToolDiam"