diff --git a/UpdateLog.txt b/UpdateLog.txt index 086b4c5..27179d6 100644 --- a/UpdateLog.txt +++ b/UpdateLog.txt @@ -1,5 +1,8 @@ ==== Beam Update Log ==== +Versione 2.7f3 (19/06/2025) +- Modifx : in StepJointNotch corretta distanza attacco in/out + Versione 2.7f2 (18/06/2025) - Modif : in LongDoubleCut aggiunto messaggio feature non completa se utensile non arriva sul fondo - Modif : in StepJointNotch, se si forza truciolatore, si prende utensile più grande diff --git a/Version.lua b/Version.lua index 9e44e6f..a3359a8 100644 --- a/Version.lua +++ b/Version.lua @@ -2,5 +2,5 @@ -- Gestione della versione di Beam NAME = 'Beam' -VERSION = '2.7f2' +VERSION = '2.7f3' MIN_EXE = '2.6e5'