- in HeadCut e Split si sceglie sempre la lama primaria più grande

- in LapJoint -> SawPlusChain si sceglie la lama in base alla profondità della tasca
This commit is contained in:
luca.mazzoleni
2024-12-02 17:51:59 +01:00
parent 8e9de6026e
commit 077cb2c586
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -573,7 +573,7 @@ function ProcessSplit.Make( Proc, nPhase, nRawId, nPartId, nOrd, sDownOrSideOrSt
if not bOkc then return bOkc, sErrC end
end
-- recupero la lavorazione
local sCutting = ML.FindCutting( 'TailSide')
local sCutting = ML.FindCutting( 'TailSide', nil, nil, nil, 'Longest')
if not sCutting then
local sErr = 'Error on process ' .. tostring( Proc.Id) .. ' cutting not found in library'
EgtOutLog( sErr)