DataBeam :

- in Cut aggiunto offset radiale a ultimo taglio parallelo di piano con cubetti
- in LongDoubleCut aggiunta gestione fresature parallele.
This commit is contained in:
Dario Sassi
2020-09-27 17:34:34 +00:00
parent 52206183ed
commit 465553e644
3 changed files with 185 additions and 37 deletions
+3
View File
@@ -326,6 +326,9 @@ function ProcessCut.Make( Proc, nPhase, nRawId, nPartId, dOvmHead, bFromBottom)
-- se altrimenti tagli ortogonali invertiti, devo approfondire dello spessore lama
elseif bOrthInv then
dExtraCut = dSawThick
-- se ultimo taglio, devo affondare
elseif j == #vCuts[i] then
dExtraCut = BD.CUT_EXTRA
end
end
local bOk, sErr = BL.MakeOneFaceBySaw( vCuts[i][j], 0, sCutting, dSawDiam, vtOrthoO, dNzLimDwnUp, dExtraCut, BD.CUT_SIC, 0, 0, nil, b3Raw)