DataBeam :

- in DtTenon aggiunto nuovo step di altezza trave per consentire lavorazione con faccia diretta verso il basso
- in LapJoint introdotto uso svuotature ZigZag ottimizzate.
This commit is contained in:
DarioS
2022-02-14 17:57:23 +01:00
parent 1584e4422b
commit f7ff7a68ab
2 changed files with 24 additions and 5 deletions
+10 -1
View File
@@ -1,4 +1,4 @@
-- ProcessTenon.lua by Egaltech s.r.l. 2021/12/22
-- ProcessTenon.lua by Egaltech s.r.l. 2022/02/10
-- Gestione calcolo tenone a coda di rondine per Travi
-- 2021/04/08 Aggiunto controllo massimo materiale lavorabile dalla fresa.
@@ -41,6 +41,15 @@ local function VerifyOrientation( Proc, vtN, b3Raw)
else
return ( vtN:getZ() >= -0.343)
end
-- se trave medio-bassa
elseif b3Raw:getDimZ() <= 280 then
-- se tenone praticamente in asse, accetto fino a -25 deg
if abs( vtN:getY()) < 0.04 then
return ( vtN:getZ() >= -0.422)
-- altrimenti, accetto fino a -15 deg
else
return ( vtN:getZ() >= -0.259)
end
-- se trave media
elseif b3Raw:getDimZ() <= 350 then
-- se tenone praticamente in asse, accetto fino a -22 deg