3dPrinting :

- corretto errore extra shell spezzata.
This commit is contained in:
SaraP
2023-11-14 15:07:19 +01:00
parent 6c2e16a13e
commit 995ed10a0a
+1 -1
View File
@@ -3509,7 +3509,7 @@ end
--------------------------------------------------------------------
local function UpdateTrimSurfWithExtraShell( nSrf, nCrv, dStrand, nGrpId)
local nSrfExtraShell = EgtSurfFrFatCurve( nGrpId, nCrv, dStrand * 0.5 + s_dOffsCorr * 0.5, true)
local nSrfExtraShell = EgtSurfFrFatCurve( nGrpId, nCrv, dStrand * 0.5 + s_dOffsCorr * 0.5, true, false)
if nSrfExtraShell then
if not EgtSurfFrSubtract( nSrf, nSrfExtraShell) then
EgtOutLog( 'Error : EgtSurfFrSubtract with ExtraShell for TotTrimSurfRegion failed (layer '.. EgtNumToString( s_nCurrIdx) ..') - CalcPaths')