DataBeam :

- altri miglioramenti alle lavorazioni dei profili.
This commit is contained in:
Dario Sassi
2019-04-11 13:20:45 +00:00
parent 435768db0f
commit 9d4336a8a9
5 changed files with 67 additions and 35 deletions
+1 -1
View File
@@ -111,7 +111,7 @@ function ProcessProfFront.Make( Proc, nPhase, nRawId, nPartId, dCurrOvmH)
end
end
-- verifico se necessario lavorare in doppio
local bDouble = ( nSide ~= 0 and dProfDepth > dToolMaxDepth)
local bDouble = ( nSide ~= 0 and dProfDepth + BD.CUT_EXTRA > dToolMaxDepth)
local dDepth = min( dToolMaxDepth, dProfDepth / 2 + BD.MILL_OVERLAP)
-- inserisco la lavorazione
local sName = 'Prof_' .. ( EgtGetName( Proc.Id) or tostring( Proc.Id))