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