From cb7b6d3b1d92b503287b992d312ea102f4004b7a Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Fri, 5 Jun 2020 07:02:48 +0000 Subject: [PATCH] DataBeam : - piccola miglioria outlog. --- LuaLibs/BeamExec.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LuaLibs/BeamExec.lua b/LuaLibs/BeamExec.lua index 4ccf722..d647d63 100644 --- a/LuaLibs/BeamExec.lua +++ b/LuaLibs/BeamExec.lua @@ -699,7 +699,7 @@ local function AddFeatureMachining( Proc, nPhase, nRawId, nPartId, dCurrOvmH, bN local sErr = '' local bNewPhase = false -- se intestatura ( 1-340-X ) - EgtOutLog( ' * Process ' .. tostring( Proc.Id) .. ' *') + EgtOutLog( ' * Process ' .. tostring( Proc.Id) .. ' *', 1) if Hcut.Identify( Proc) then -- esecuzione taglio di testa bOk, sErr = Hcut.Make( Proc, nPhase, nRawId, nPartId, dCurrOvmH, bNeedHCut) @@ -933,7 +933,7 @@ function BeamExec.ProcessFeatures() local nDispId = EgtGetPhaseDisposition( nPhase) EgtSetInfo( nDispId, 'TYPE', EgtIf( nPartId, 'START', 'REST')) EgtSetInfo( nDispId, 'ORD', nOrd) - EgtOutLog( ' *** Phase=' .. tostring( nPhase) .. ' Raw=' .. tostring( nRawId) .. ' Part=' .. tostring( nPartId), 1 .. ' ***') + EgtOutLog( ' *** Phase=' .. tostring( nPhase) .. ' Raw=' .. tostring( nRawId) .. ' Part=' .. tostring( nPartId) .. ' ***', 1) -- ingombro del grezzo e sovramateriale di testa local b3Raw = EgtGetRawPartBBox( nRawId) local dCurrOvmH = EgtGetInfo( nRawId, 'HOVM', 'd') or 0