From f1b64b1496de060bdae84c788820669592d87771 Mon Sep 17 00:00:00 2001 From: "andrea.villa" Date: Fri, 27 Sep 2024 15:44:26 +0200 Subject: [PATCH] =?UTF-8?q?Se=20la=20macchina=20=C3=A8=20tipo=20BlockHaus,?= =?UTF-8?q?=20i=20LapJpint=20vengono=20fatti=20prima=20del=20taglio=20di?= =?UTF-8?q?=20separazione?= 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 debd5ac..b4d835c 100644 --- a/LuaLibs/ProcessLapJoint.lua +++ b/LuaLibs/ProcessLapJoint.lua @@ -781,7 +781,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 then - if 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 then return true else return false