DataBeam :
- portato a 100 il numero massimo di cubetti in una dimensione (DiceCut) - eliminato tipo di lavorazione 'SplitSide' perchè inutile.
This commit is contained in:
@@ -151,7 +151,7 @@ function ProcessSplit.Make( Proc, nPhase, nRawId, nPartId)
|
||||
if not bOkc then return bOkc, sErrC end
|
||||
end
|
||||
-- recupero la lavorazione
|
||||
local sCutting = ML.FindCutting( EgtIf( bSplit, 'SplitSide', 'TailSide'))
|
||||
local sCutting = ML.FindCutting( 'TailSide')
|
||||
if not sCutting then
|
||||
local sErr = 'Error on process ' .. tostring( Proc.Id) .. ' cutting not found in library'
|
||||
EgtOutLog( sErr)
|
||||
|
||||
Reference in New Issue
Block a user