From 1c86ed925afe7fb8d3d726e147f126c1b6f8c6c5 Mon Sep 17 00:00:00 2001 From: "luca.mazzoleni" Date: Fri, 19 Jul 2024 18:13:07 +0200 Subject: [PATCH] in BatchProcess e BatchProcessNew bToRecalc forzato se flag 3 o 4 --- BatchProcess.lua | 2 +- BatchProcessNew.lua | 2 +- UpdateLog.txt | 3 +++ Version.lua | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/BatchProcess.lua b/BatchProcess.lua index 6261c91..3044e66 100644 --- a/BatchProcess.lua +++ b/BatchProcess.lua @@ -511,7 +511,7 @@ else -- Passo in modalità lavora EgtSetCurrMachGroup( EgtGetLastMachGroup()) -- Se necessario eseguo aggiornamento con ricalcolo delle lavorazioni - if bToRecalc then + if bToRecalc or WALL.FLAG == 3 or WALL.FLAG == 4 then EgtOutLog( ' +++ Recalculating all dispositions and machinings >>>') EgtImportSetup() EgtApplyAllMachinings() diff --git a/BatchProcessNew.lua b/BatchProcessNew.lua index 83c25a9..d907819 100644 --- a/BatchProcessNew.lua +++ b/BatchProcessNew.lua @@ -549,7 +549,7 @@ else -- Passo in modalità lavora EgtSetCurrMachGroup( EgtGetLastMachGroup()) -- Se necessario eseguo aggiornamento con setup corrente e ricalcolo delle lavorazioni - if bToRecalc then + if bToRecalc or WALL.FLAG == 3 or WALL.FLAG == 4 then EgtOutLog( ' +++ Recalculating all dispositions and machinings >>>') EgtImportSetup() EgtApplyAllMachinings() diff --git a/UpdateLog.txt b/UpdateLog.txt index f1d9bf8..ad5f9b9 100644 --- a/UpdateLog.txt +++ b/UpdateLog.txt @@ -1,5 +1,8 @@ ==== Wall Update Log ==== +Versione 2.6g2 (19/07/2024) +- Modif : in BatchProcess e BatchProcessNew si forza ricalcolo ogni volta che si è in situazione di CHECK o CHECK + GENERATE + Versione 2.6g1 (17/07/2024) - Modif : in ProcessDrill, se foro verticale passante e diametro inferiore a 100 mm, riduzione affondamento di 5 mm sostituito con tab - Fixed : correzioni a utilizzo DEFAULT_RAW_NO_EXTRA_WIDTH diff --git a/Version.lua b/Version.lua index 6b4004a..21baa12 100644 --- a/Version.lua +++ b/Version.lua @@ -2,5 +2,5 @@ -- Gestione della versione di Wall NAME = 'Wall' -VERSION = '2.6g1' +VERSION = '2.6g2' MIN_EXE = '2.6g1'