From bb5b13569403892a8a7fb158d1a347e79512b199 Mon Sep 17 00:00:00 2001 From: "luca.mazzoleni" Date: Tue, 10 Feb 2026 15:50:10 +0100 Subject: [PATCH] - in LapJoint in caso di L derivanete da spezzatura si fa svuotatura anche se non arriva sul fondo --- LuaLibs/ProcessLapJoint.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/LuaLibs/ProcessLapJoint.lua b/LuaLibs/ProcessLapJoint.lua index f1d9629..ac95151 100644 --- a/LuaLibs/ProcessLapJoint.lua +++ b/LuaLibs/ProcessLapJoint.lua @@ -7289,6 +7289,7 @@ local function MakeMoreFaces( Proc, nPhase, nRawId, nPartId, dOvmHead, bSinglePa if ( dMyTMaxDepth > dFacElev + dCollSic - 10 * GEO.EPS_SMALL or ( dMyTMaxDepth > 0.8 * dFacElev + dCollSic and not bIsU) or ( bIsL and nUseRoughTool == 0) or ( bIsL and Proc.Prc == 20) or + ( bIsL and not bSinglePart) or ( Proc.Prc == 25 and not bIsU and not bIsL)) or ( dCustomMaxElev and dCustomMaxElev > 10 * GEO.EPS_SMALL) then sPocketing = sMyPocketing