From a34147ce150719e7c12c387b11f38a7a5affd6a5 Mon Sep 17 00:00:00 2001 From: "luca.mazzoleni" Date: Tue, 22 Apr 2025 11:22:13 +0200 Subject: [PATCH 1/2] - #CRITICAL# in LapJoint correzione parentesi che causavano la chiamata di LongCut in casi errati --- LuaLibs/ProcessLapJoint.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LuaLibs/ProcessLapJoint.lua b/LuaLibs/ProcessLapJoint.lua index 994c06f..41ef03b 100644 --- a/LuaLibs/ProcessLapJoint.lua +++ b/LuaLibs/ProcessLapJoint.lua @@ -7360,7 +7360,7 @@ function ProcessLapJoint.Make( Proc, nPhase, nRawId, nPartId, dOvmHead) -- se lunghezza richiede spezzatura if ( Proc.Box:getDimX() > BD.LONGCUT_MAXLEN) or ( Proc.Box:getDimX() > 0.7 * b3Solid:getDimX() and Proc.Box:getDimX() > BD.LONGCUT_ENDLEN) or - ( ( nForceUseBladeOnNotContinueFace and nForceUseBladeOnNotContinueFace > 0) and ( Proc.Box:getDimX() > BD.LEN_SHORT_PART or 1000)) then + ( ( nForceUseBladeOnNotContinueFace and nForceUseBladeOnNotContinueFace > 0) and ( Proc.Box:getDimX() > ( BD.LEN_SHORT_PART or 1000))) then -- una faccia if Proc.Fct == 1 then if bUseBlade then From 862b375ee586e11e871d1e4893c5809f21eaca68 Mon Sep 17 00:00:00 2001 From: "luca.mazzoleni" Date: Tue, 22 Apr 2025 11:24:22 +0200 Subject: [PATCH 2/2] update log e version --- UpdateLog.txt | 3 +++ Version.lua | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/UpdateLog.txt b/UpdateLog.txt index 47aa933..6127303 100644 --- a/UpdateLog.txt +++ b/UpdateLog.txt @@ -1,5 +1,8 @@ ==== Beam Update Log ==== +Versione 2.7d3 (22/04/2025) +- Fixed : in LapJoint corretta gestione errata Q04 + Versione 2.7d2 (17/04/2025) - Added : in scanalatura aggiunta Q03 per forzare fresa - Modif : in slot con lama + sega a catena abilitata lavorazione da sotto per macchine con testa sopra diff --git a/Version.lua b/Version.lua index 286b01d..50835a6 100644 --- a/Version.lua +++ b/Version.lua @@ -2,5 +2,5 @@ -- Gestione della versione di Beam NAME = 'Beam' -VERSION = '2.7d2' +VERSION = '2.7d3' MIN_EXE = '2.6e5'