From a77d0b265284820a35db535ccdb80cea911a1c2e Mon Sep 17 00:00:00 2001 From: "luca.mazzoleni" Date: Thu, 2 Nov 2023 11:01:52 +0100 Subject: [PATCH 1/3] update log e versione --- UpdateLog.txt | 2 +- Version.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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..ad153dd 100644 --- a/Version.lua +++ b/Version.lua @@ -2,5 +2,5 @@ -- Gestione della versione di Beam NAME = 'Beam' -VERSION = '2.5j2' +VERSION = '2.5k1' MIN_EXE = '2.5c1' From bfa26e7610ef18fedfe82e81fbf067c875d77ac3 Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Thu, 2 Nov 2023 17:34:55 +0100 Subject: [PATCH 2/3] DataBeam 2.5k1 : - correzione a ProcessSplit per scrittura sbagliata nome variabile (ora dTLen invece di dTlen). --- LuaLibs/ProcessSplit.lua | 2 +- Version.lua | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LuaLibs/ProcessSplit.lua b/LuaLibs/ProcessSplit.lua index 9a2cbaa..df38cbe 100644 --- a/LuaLibs/ProcessSplit.lua +++ b/LuaLibs/ProcessSplit.lua @@ -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/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' From 34b4867a0d1c3930f22e48c63ec30ac75413f802 Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Thu, 2 Nov 2023 18:10:49 +0100 Subject: [PATCH 3/3] DataBeam : - in ProcessSplit si imposta l'ingombro asse C correttamente anche per teste con asse rotante C con un solo braccio. --- LuaLibs/ProcessSplit.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LuaLibs/ProcessSplit.lua b/LuaLibs/ProcessSplit.lua index df38cbe..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