From 4d741346711f9a429e3eb598228d312d23fda53f Mon Sep 17 00:00:00 2001 From: SaraP Date: Thu, 3 Nov 2022 11:11:23 +0100 Subject: [PATCH] 3dPrinting : - correzione lead out setti. --- LuaLibs/CalcToolPath.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LuaLibs/CalcToolPath.lua b/LuaLibs/CalcToolPath.lua index 52ae064..76eb9a2 100644 --- a/LuaLibs/CalcToolPath.lua +++ b/LuaLibs/CalcToolPath.lua @@ -643,7 +643,7 @@ local function AddRibsLeadOut( nCrv, nTPathGrp, nLoopsGrp, vtSlicing, dStrand, n -- recupero la curva di offset su cui calcolare lead out local nCrvOffs = EgtGetFirstInGroup( nLoopsGrp) while nCrvOffs do - local dParE = EgtCurveParamAtPoint( nCrvOffs, ptE, GDB_RT.GLOB) + local dParE = EgtCurveParamAtPoint( nCrvOffs, ptE, GEO.EPS_SMALL, GDB_RT.GLOB) if dParE then local nCrvLO