From bd8a55100591dcc197a2faecb276ff9efbc980b3 Mon Sep 17 00:00:00 2001 From: "daniele.nicoli" Date: Tue, 3 Mar 2026 11:53:08 +0100 Subject: [PATCH] =?UTF-8?q?Eliminata=20passata=20finale=20dopo=20il=20tagl?= =?UTF-8?q?io=20di=20coda=20se=20non=20=C3=A8=20presente=20un=20grezzo=20s?= =?UTF-8?q?uccessivo.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LuaLibs/ProcessLongDoubleCut.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LuaLibs/ProcessLongDoubleCut.lua b/LuaLibs/ProcessLongDoubleCut.lua index 7d5f850..f1d4d58 100644 --- a/LuaLibs/ProcessLongDoubleCut.lua +++ b/LuaLibs/ProcessLongDoubleCut.lua @@ -1474,7 +1474,7 @@ function ProcessLong2Cut.Make( Proc, nPhase, nRawId, nPartId, bForcedBladeMaster end end end - if not Proc.bMoveAfterSplit and not bConvex and Proc.AffectedFaces.Left then + if not Proc.bMoveAfterSplit and not bConvex and Proc.AffectedFaces.Left and Proc.DistanceToNextPart < ( dToolDiam / 2 + 5) then -- recupero gruppo per geometria addizionale local nAddGrpId = BL.GetAddGroup( nPartId) if not nAddGrpId then