3dPrinting :

- aggiunta gestione CoastingFeed e WipeFeedPu.
This commit is contained in:
DarioS
2022-06-14 05:53:12 +02:00
parent 680ac4c93a
commit 2bdc03d1ca
4 changed files with 9 additions and 5 deletions
+1 -1
View File
@@ -141,7 +141,7 @@ local function CreateSolidFromCurve( nCrvId, nSolidGrp, LayerParams)
for nInd = 0, nParts - 1 do
local nGuideId = nId + nInd
local nSrfId = CreateSolid( nGuideId, nSolidGrp, LayerParams.dStrand, LayerParams.dLayHeight, LayerParams.vtSlicing)
if not nSrfId then
-- ritento con sezione leggermente modificata
nSrfId = CreateSolid( nGuideId, nSolidGrp, LayerParams.dStrand - 100 * GEO.EPS_SMALL, LayerParams.dLayHeight, LayerParams.vtSlicing)