From b9cc8a3aa91dfd416cd3417e10960dfe755528a0 Mon Sep 17 00:00:00 2001 From: "andrea.villa" Date: Fri, 2 Aug 2024 09:32:17 +0200 Subject: [PATCH] Rinominato file da "Common-" a "Common_" --- Common-FAST.NUM.mlpe => Common_FAST.NUM.mlpe | 0 Common-FAST.NUM_PLUS.mlpe => Common_FAST.NUM_PLUS.mlpe | 0 Common-FAST.TPA.mlpe => Common_FAST.TPA.mlpe | 0 Common-FAST.mlpe => Common_FAST.mlpe | 6 +++--- Common-FAST.mlse => Common_FAST.mlse | 0 UpdateLog.txt | 5 ++++- Version.lua | 4 ++-- 7 files changed, 9 insertions(+), 6 deletions(-) rename Common-FAST.NUM.mlpe => Common_FAST.NUM.mlpe (100%) rename Common-FAST.NUM_PLUS.mlpe => Common_FAST.NUM_PLUS.mlpe (100%) rename Common-FAST.TPA.mlpe => Common_FAST.TPA.mlpe (100%) rename Common-FAST.mlpe => Common_FAST.mlpe (99%) rename Common-FAST.mlse => Common_FAST.mlse (100%) diff --git a/Common-FAST.NUM.mlpe b/Common_FAST.NUM.mlpe similarity index 100% rename from Common-FAST.NUM.mlpe rename to Common_FAST.NUM.mlpe diff --git a/Common-FAST.NUM_PLUS.mlpe b/Common_FAST.NUM_PLUS.mlpe similarity index 100% rename from Common-FAST.NUM_PLUS.mlpe rename to Common_FAST.NUM_PLUS.mlpe diff --git a/Common-FAST.TPA.mlpe b/Common_FAST.TPA.mlpe similarity index 100% rename from Common-FAST.TPA.mlpe rename to Common_FAST.TPA.mlpe diff --git a/Common-FAST.mlpe b/Common_FAST.mlpe similarity index 99% rename from Common-FAST.mlpe rename to Common_FAST.mlpe index e72db4e..20e370c 100644 --- a/Common-FAST.mlpe +++ b/Common_FAST.mlpe @@ -15,11 +15,11 @@ BIG_TOOL_DIAM = 300 --------------------------------------------------------------------- local sBaseDir = EgtGetCurrMachineDir() if NumericalControl == 'NUM' then - dofile( sBaseDir .. '\\Common-FAST.NUM.mlpe') + dofile( sBaseDir .. '\\Common_FAST.NUM.mlpe') elseif NumericalControl == 'TPA' then - dofile( sBaseDir .. '\\Common-FAST.TPA.mlpe') + dofile( sBaseDir .. '\\Common_FAST.TPA.mlpe') elseif NumericalControl == 'NUM_PLUS' then - dofile( sBaseDir .. '\\Common-FAST.NUM_PLUS.mlpe') + dofile( sBaseDir .. '\\Common_FAST.NUM_PLUS.mlpe') else EmtSetLastError( 1201, 'Numerical Control error : unkwnown type') end diff --git a/Common-FAST.mlse b/Common_FAST.mlse similarity index 100% rename from Common-FAST.mlse rename to Common_FAST.mlse diff --git a/UpdateLog.txt b/UpdateLog.txt index 1ad5fe4..b233508 100644 --- a/UpdateLog.txt +++ b/UpdateLog.txt @@ -1,7 +1,10 @@ ==== Common_FAST Update Log ==== +Versione 2.6-- (--/--/2024) +- (MLDE-SIM-GEN) Rinominato file da "Common-" a "Common_" per uniformità con i file common delle altre macchine. Serve modifica a MLDE macchina. + Versione 2.6g1 (03/07/2024) -- (GEN) Corretto chiamata macro precarico in caso di taglio finale, ma con ribaltaemnto successivo. Ora si chiama solo se la fase successiva è una "END". Ticket#1881 +- (GEN) Corretto chiamata macro precarico in caso di taglio finale, ma con ribaltamento successivo. Ora si chiama solo se la fase successiva è una "END". Ticket#1881 - (GEN) Per controllo NUM, se arco maggiore di 99999mm, si approssima con una retta. Ticket#1888 Versione 2.6e3 (06/05/2024) diff --git a/Version.lua b/Version.lua index 1b90b5f..8286281 100644 --- a/Version.lua +++ b/Version.lua @@ -2,8 +2,8 @@ -- Gestione della versione dei file comuni post-processori macchine FAST e FASTrl di Essetre local InfoCommon_STD_PP = { - NAME = 'Common-FAST', -- nome script PP standard - VERSION = '2.6g1', -- versione script + NAME = 'Common_FAST', -- nome script PP standard + VERSION = '2.6--', -- versione script MIN_MACH_VER_PP_COMMON = '2.5k1' -- versione minima kernel }