- 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
@@ -365,7 +365,7 @@ function ProcessHeadCut.Make( Proc, nPhase, nRawId, nPartId, dOvmHead, bNeedHCut
-- eventuali informazioni sul tipo di finitura
local nQ05 = EgtGetInfo( nOriId or GDB_ID.NULL, 'Q05', 'i') or 0
-- recupero la lavorazione
local sCutting = ML.FindCutting( 'HeadSide')
local sCutting = ML.FindCutting( 'HeadSide', nil, nil, nil, 'Longest')
if not sCutting then
local sErr = 'Error : cutting not found in library'
EgtOutLog( sErr)