DataBeam :

- in DoubleCut migliorata Classify per fattibilià e necessità di rotazione
- altre piccole modifiche accessorie.
This commit is contained in:
DarioS
2022-07-11 17:27:13 +02:00
parent 8bfbfb5f99
commit db37f2c1b0
3 changed files with 38 additions and 20 deletions
+7 -2
View File
@@ -718,10 +718,15 @@ function BeamLib.GetNzLimDownUp( b3Raw, vtN, vtOrtho)
if vtN and ( abs( vtN:getY()) < 0.174) then
return -0.5
else
return -0.240
return -0.24
end
else
return -0.174
-- N_HorAng < 10°
if vtN and ( abs( vtN:getY()) < 0.174) then
return -0.383
else
return -0.174
end
end
end
end