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:
Dario Sassi
2021-01-15 10:02:33 +00:00
parent b9973271a3
commit 16415c070c
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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)