From 3755521d2e37ca32fe33f32c781b3a6789746fea Mon Sep 17 00:00:00 2001 From: "andrea.villa" Date: Thu, 17 Jul 2025 10:01:28 +0200 Subject: [PATCH] =?UTF-8?q?In=20LapJoint,=20se=20bUseBHSideMill,=20si=20co?= =?UTF-8?q?nsidera=20feature=20di=20coda=20a=20patto=20che=20il=20pezzo=20?= =?UTF-8?q?sia=20pi=C3=B9=20lungo=20di=20VERY=5FSHORT?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LuaLibs/ProcessLapJoint.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LuaLibs/ProcessLapJoint.lua b/LuaLibs/ProcessLapJoint.lua index 7630dca..09cd342 100644 --- a/LuaLibs/ProcessLapJoint.lua +++ b/LuaLibs/ProcessLapJoint.lua @@ -794,7 +794,7 @@ function ProcessLapJoint.IsTailFeature( Proc, b3Raw) -- verifico se รจ in coda local dEndDist = Proc.Box:getMin():getX() - b3Solid:getMin():getX() if ( dEndDist > BD.MAX_DIST_HTFEA) or bUseBHSideMill then - if not( BD.BH_MACHINE) and bUseBHSideMill and ( Proc.Box:getMax():getX() - b3Solid:getMin():getX()) < 400 then + if not( BD.BH_MACHINE) and bUseBHSideMill and ( Proc.Box:getMax():getX() - b3Solid:getMin():getX()) < 400 and b3Solid:getDimX() > BD.LEN_VERY_SHORT_PART then return true else return false