diff --git a/LuaLibs/ProcessSplit.lua b/LuaLibs/ProcessSplit.lua index 9a2cbaa..7dcf2c8 100644 --- a/LuaLibs/ProcessSplit.lua +++ b/LuaLibs/ProcessSplit.lua @@ -246,7 +246,7 @@ end function ProcessSplit.Make( Proc, nPhase, nRawId, nPartId, nOrd, sDownOrSideOrStd, bPreMove, vtMove, dOvmTail) -- impostazione default a variabili aggiunte if not BD.OVM_CHAIN_HBEAM then BD.OVM_CHAIN_HBEAM = 8 end - if not BD.C_SIMM_ENC then BD.C_SIMM_ENC = 180 end + if not BD.C_SIMM_ENC then BD.C_SIMM_ENC = EgtIf( BD.C_SIMM, 180, 90) end -- ingombro del grezzo local b3Raw = EgtGetRawPartBBox( nRawId) -- inserimento smussi @@ -326,7 +326,7 @@ function ProcessSplit.Make( Proc, nPhase, nRawId, nPartId, nOrd, sDownOrSideOrSt -- recupero lunghezza massima di lavoro della sega a catena local sSawing = ML.FindSawing( 'Sawing') local dMaxMat = 0 - local dTlen = 0 + local dTLen = 0 if EgtMdbSetCurrMachining( sSawing or '') then local sTuuid = EgtMdbGetCurrMachiningParam( MCH_MP.TUUID) if EgtTdbSetCurrTool( EgtTdbGetToolFromUUID( sTuuid) or '') then diff --git a/UpdateLog.txt b/UpdateLog.txt index 5d69ba9..f42f007 100644 --- a/UpdateLog.txt +++ b/UpdateLog.txt @@ -1,6 +1,6 @@ ==== Beam Update Log ==== -Versione 2.5j2 (27/10/2023) +Versione 2.5k1 (02/11/2023) - Modif : in LapJoint gestito caso groove due facce >90° con fresa, se forzato da parametro Q - Modif : in LongCut e LongDoubleCut migliorata spezzatura taglio passante con due spezzoni - Modif : nei tagli di lama migliorata gestione con percorso bilinea diff --git a/Version.lua b/Version.lua index 5b2e63c..2b5c8a0 100644 --- a/Version.lua +++ b/Version.lua @@ -1,6 +1,6 @@ --- Version.lua by Egaltech s.r.l. 2023/10/18 +-- Version.lua by Egaltech s.r.l. 2023/11/02 -- Gestione della versione di Beam NAME = 'Beam' -VERSION = '2.5j2' +VERSION = '2.5k1' MIN_EXE = '2.5c1'