DataBeam :
- modifiche alle lavorazioni per gestione macchina TURN - in tagli con lama aggiunta possibilità di ritorno all'inizio con macchina TURN.
This commit is contained in:
+3
-3
@@ -689,7 +689,9 @@ end
|
||||
|
||||
-------------------------------------------------------------------------------------------------------------
|
||||
function BeamLib.GetNzLimDownUp( b3Raw, vtN, vtOrtho)
|
||||
if not BD.C_SIMM then
|
||||
if BD.C_SIMM or BD.TURN then
|
||||
return -0.484
|
||||
else
|
||||
if vtOrtho and vtOrtho:getZ() > 0.5 then
|
||||
if vtN and ( abs( vtN:getY()) < 0.1 or abs( vtN:getY()) > 0.49) then
|
||||
return -0.708
|
||||
@@ -709,8 +711,6 @@ function BeamLib.GetNzLimDownUp( b3Raw, vtN, vtOrtho)
|
||||
end
|
||||
end
|
||||
end
|
||||
else
|
||||
return -0.484
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user