3dPrinting :

- slicing a 90°.
This commit is contained in:
SaraP
2022-10-20 17:23:48 +02:00
parent 217bb4f26e
commit d875e31491
6 changed files with 113 additions and 76 deletions
+1 -1
View File
@@ -259,7 +259,7 @@ local function CreateSolidFromCurve( nCrvId, nSolidGrp, LayerParams)
local bOk = true
for nInd = 0, nParts - 1 do
local nGuideId = nId + nInd
local nSrfId = CreateSolid( nGuideId, nSolidGrp, LayerParams, LayerParams.dStrand - 2 * GEO.EPS_SMALL)
local nSrfId = CreateSolid( nGuideId, nSolidGrp, LayerParams, LayerParams.dStrand - 5 * GEO.EPS_SMALL)
if not nSrfId then
-- ritento con sezione leggermente modificata