3dPrinting :

- corretto errore nel calcolo dei solidi.
This commit is contained in:
SaraP
2024-05-10 16:34:09 +02:00
parent 2215fc2240
commit eb955244b3
+1 -1
View File
@@ -344,7 +344,7 @@ local function CreateSolidFromCurve( nCrvId, nSolidGrp, LayerParams, nLayer)
local vSurfs = {}
local bOk = CreateRecursiveSolid( nGuideId, vSurfs, nSolidGrp, LayerParams, dStrand)
if #vSurfs > 0 then
nSrfId = EgtSurfTmBySewing( nSolidGrp, vSurfs)
nSrfId = EgtSurfTmByTriangles( nSolidGrp, vSurfs)
end
if not nSrfId or bOk == false then
EgtOutLog( 'Warning : CreateSolid_3 failed')