DataBeam :
- aggiunta gestione sfrido di testa e coda da parametri utente TS3 - aggiunta gestione lavorazione tipo Mortise per mortasature - tolto controllo non più utile da DtMortise.
This commit is contained in:
@@ -55,7 +55,7 @@ function ProcessHeadCut.Make( Proc, nPhase, nRawId, nPartId, dOvmHead, bNeedHCut
|
||||
-- flag di lavorazione faccia
|
||||
local nOrthoOpposite = EgtIf( bHorizCut, MCH_MILL_FU.ORTHO_DOWN, MCH_MILL_FU.ORTHO_FRONT)
|
||||
-- determino se più tagli con offset
|
||||
local nCuts = max( ceil( dOvmHead / BD.MAX_LEN_SCRAP), 1)
|
||||
local nCuts = max( ceil( dOvmHead / ( BD.MAX_LEN_SCRAP_START or BD.MAX_LEN_SCRAP)), 1)
|
||||
local dOffsL = dOvmHead / nCuts
|
||||
-- calcolo extra taglio ed accorciamento
|
||||
local dCutExtra = 0
|
||||
|
||||
Reference in New Issue
Block a user