- minors
This commit is contained in:
@@ -565,9 +565,9 @@ local function VerifyBHSideMill( Proc, bSinglePart, bPrevBhSideMill)
|
||||
|
||||
-- se forma a U o L verifico che
|
||||
-- se U e lunghezza non richiede spezzatura
|
||||
if ( bIsU or bIsL or ( Proc.Fct == 1 and not bSinglePart) ) and Proc.Box:getDimX() <= BD.LONGCUT_MAXLEN then
|
||||
if ( bIsU or bIsL or ( Proc.Fct == 1 and not bSinglePart)) and Proc.Box:getDimX() <= BD.LONGCUT_MAXLEN then
|
||||
-- se faccia singola di un passo multiplo e risultato precedente non applicato, riporto il risultato del passo precedente
|
||||
if ( bIsU or bIsL or ( Proc.Fct == 1 and not bSinglePart) ) and bPrevBhSideMill ~= nil and not bPrevBhSideMill then
|
||||
if ( bIsU or bIsL or ( Proc.Fct == 1 and not bSinglePart)) and bPrevBhSideMill ~= nil and not bPrevBhSideMill then
|
||||
return false
|
||||
end
|
||||
-- recupero la lavorazione
|
||||
|
||||
Reference in New Issue
Block a user