From 8218fcc438fa270594ea426aa3e9651afb76d401 Mon Sep 17 00:00:00 2001 From: "andrea.villa" Date: Mon, 14 Jul 2025 12:41:49 +0200 Subject: [PATCH 1/2] In FaceBySaw, corretto calcolo CompLength in caso di ?PerpendicularOutraw' --- LuaLibs/FacesBySaw.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LuaLibs/FacesBySaw.lua b/LuaLibs/FacesBySaw.lua index 3c8e4b2..6c9ca4e 100644 --- a/LuaLibs/FacesBySaw.lua +++ b/LuaLibs/FacesBySaw.lua @@ -83,8 +83,8 @@ function MakeParallelOne( nSurfId, nFacet, sCutting, dSawDiam, nFaceUse, dVzLimD if BD.KIOTP then Ktp = BD.KIOTP end if ( sLeadInOutType == 'PerpendicularOutraw') then bLioTang = false - dLiCompLength = dActualElevation + EgtMdbGetGeneralParam( MCH_GP.SAFEZ) + dCutExtra - dLoCompLength = dActualElevation + EgtMdbGetGeneralParam( MCH_GP.SAFEZ) + dCutExtra + dLiCompLength = dActualElevation + EgtMdbGetGeneralParam( MCH_GP.SAFEZ) + dLoCompLength = dActualElevation + EgtMdbGetGeneralParam( MCH_GP.SAFEZ) dLiTang = 1 dLoTang = 1 dLiPerp = 0 From 6c3a16d59c02e2bab35c6ba45cc5e92cd1a83bde Mon Sep 17 00:00:00 2001 From: "luca.mazzoleni" Date: Mon, 14 Jul 2025 12:43:23 +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 3f91035..70ab70a 100644 --- a/UpdateLog.txt +++ b/UpdateLog.txt @@ -1,5 +1,8 @@ ==== Beam Update Log ==== +Versione 2.7g5 (14/07/2025) +- Fixed : in tagli di testa e coda corretti attacchi + Versione 2.7g4 (11/07/2025) - Fixed : in LapJoint 2 facce correzione nella scelta lama da sotto diff --git a/Version.lua b/Version.lua index 978f3af..7f655a8 100644 --- a/Version.lua +++ b/Version.lua @@ -2,5 +2,5 @@ -- Gestione della versione di Beam NAME = 'Beam' -VERSION = '2.7g4' +VERSION = '2.7g5' MIN_EXE = '2.7f2'