DataBeam :

- in LapJoint tasche con un solo apertomodifiche a calcolo diametro utensile massimo.
This commit is contained in:
DarioS
2021-10-19 15:04:07 +02:00
parent fa2e833f50
commit dffe30d640
2 changed files with 5 additions and 4 deletions
+3 -2
View File
@@ -1,4 +1,4 @@
-- ProcessLapJoint.lua by Egaltech s.r.l. 2021/10/06
-- ProcessLapJoint.lua by Egaltech s.r.l. 2021/10/19
-- Gestione calcolo mezzo-legno per Travi
-- 2019/10/08 Agg. gestione OpenPocket.
-- 2021/01/24 Con sega a catena ora sempre impostato asse A.
@@ -4743,7 +4743,8 @@ local function MakeMoreFaces( Proc, nPhase, nRawId, nPartId, dOvmHead, bSinglePa
if bIsU then
dDiam = GetUShapeWidth( Proc, nFacInd) or dDiam
elseif Proc.Fct == 4 then
dDiam = min( dH, dV) * 0.5
-- premio utensile diam 25 per rifinire gli angoli
if dDiam > 60 then dDiam = 0.5 * dDiam end
else
dDiam = 300
end