diff --git a/LuaLibs/BeamExec.lua b/LuaLibs/BeamExec.lua index 8bc2617..102ef9c 100644 --- a/LuaLibs/BeamExec.lua +++ b/LuaLibs/BeamExec.lua @@ -816,8 +816,8 @@ local function AddFeatureMachining( Proc, nPhase, nRawId, nPartId, dCurrOvmH, bN local bOk = true local sErr = '' local bNewPhase = false - -- se intestatura ( 1-340-X ) EgtOutLog( ' * Process ' .. tostring( Proc.Id) .. ' *', 1) + -- se intestatura ( 1-340-X ) if Hcut.Identify( Proc) then -- esecuzione taglio di testa bOk, sErr = Hcut.Make( Proc, nPhase, nRawId, nPartId, dCurrOvmH, bNeedHCut) @@ -1109,6 +1109,7 @@ function BeamExec.ProcessFeatures() if EgtGetDebugLevel() >= 1 then PrintFeatures( vProc, b3Raw) end + EgtOutLog( ' *** AddMachinings ***', 1) -- verifico se comunque necessario taglio di testa local bNeedHCut = VerifyNeedForHeadCut( vProc, bSomeDown, bSomeSide) -- inserisco corrispondenze di tagli coincidenti con mortase normali o a coda di rondine di testa @@ -1275,6 +1276,7 @@ function BeamExec.ProcessFeatures() end end end + EgtOutLog( ' *** End AddMachinings ***', 1) -- passo al grezzo successivo nOrd = nOrd + 1 nRawId = EgtGetNextRawPart( nRawId)