Se la macchina è tipo BlockHaus, i LapJpint vengono fatti prima del taglio di separazione

This commit is contained in:
andrea.villa
2024-09-27 15:44:26 +02:00
parent 69ab03f3ec
commit eae831475b
+1 -1
View File
@@ -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