DataBeam :

- mortasa di coda va eseguita dopo tutte le altre lavorazioni
- in taglio con lama corretto angolo per passare ad Up (da 46deg portato a 44.9deg)
- in DtMortise direzione feature viene derivata da estrusione curva associata
- in LapJoint corretto calcolo step per passate con lama.
This commit is contained in:
Dario Sassi
2019-11-13 07:34:51 +00:00
parent 6aac5da9b6
commit 0d31c0bbd9
4 changed files with 20 additions and 15 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
-- ProcessCut.lua by Egaltech s.r.l. 2019/10/17
-- ProcessCut.lua by Egaltech s.r.l. 2019/11/12
-- Gestione calcolo singoli tagli di lama per Travi
-- Tabella per definizione modulo
@@ -142,7 +142,7 @@ function ProcessCut.Make( Proc, nPhase, nRawId, nPartId, dOvmHead)
local dVzLimDwnUp = dNzLimDwnUp
if j ~= 1 then
vtNewOrthoO = -vtOrthoO
dVzLimDwnUp = -0.72
dVzLimDwnUp = -0.707
end
local bOk, sErr = BL.MakeOneFaceBySaw( vCuts[i][j], 0, sCutting, dSawDiam, vtNewOrthoO, dVzLimDwnUp, 0.1, BD.CUT_SIC, 0, 0, nil, b3Raw)
if not bOk then