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