3dPrinting 3.1g2 :

- aggiunta possibilità di creare un unico percorso a partire da due shells
- correzioni minori.
This commit is contained in:
SaraP
2026-07-07 11:48:04 +02:00
parent 3822fbfc79
commit 39ac206cee
5 changed files with 144 additions and 41 deletions
+3
View File
@@ -88,6 +88,8 @@ KEY_WIPE_FEEDPU = 'WipeFeedPu'
KEY_TOOL_DIAM = 'ToolDiam'
KEY_MAX_STRANDH_FACTOR = 'MaxStrandHFactor'
KEY_MIN_STRANDH_FACTOR = 'MinStrandHFactor'
KEY_JOIN_SHELLS = 'JoinShells'
KEY_SHELLS_JOINT_OVERLAP = 'ShellsJointOverlap'
-- Solid Fill
KEY_FLOOR_NBR = 'FloorCount'
@@ -309,6 +311,7 @@ TABLE = 'Table'
PART = 'Part'
PRINT_SOLID = 'PrintSolid'
LAY_MACH_START = 'MachStart'
JOINT_POSITION = 'JointPosition'
LAY_RIBS = 'Ribs'
LAY_AUX_SOLIDS = 'AuxSolids'
LAY_SHELL_NBR = 'ShellNumber'