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/Essetre-FAST.mlde b/Essetre-FAST.mlde index cb998bf..136c2d9 100644 --- a/Essetre-FAST.mlde +++ b/Essetre-FAST.mlde @@ -59,11 +59,12 @@ -- 2024/06/13 AV ver 2.6f3_Dev Per controllo NUM, se arco maggiore di 99999mm, si approssima con una retta. -- 2024/07/03 AV ver 2.6g1 Allineamento con common ver. 2.6g1 -- 2024/07/04 LM ver 2.6g2 In MachData.ini aggiunto MIN_JOIN_SS +-- 2024/09/02 AV ver 2.6i1 Allineamento con common ver. 2.6i1, Rimossi file "Common-" require( 'EmtGenerator') EgtEnableDebug( false) -PP_VER = '2.6g2' +PP_VER = '2.6i1' MIN_MACH_VER = '2.5k1' MACH_NAME = 'Essetre-FAST' @@ -204,8 +205,8 @@ EmtGeneral { ExitMaxAdjust = 30, ExitMaxRotAdj = 0.5, AngDeltaMinForHome = 165, - Special = 'Common-FAST.mlse', - Processor = 'Common-FAST.mlpe'} + Special = 'Common_FAST.mlse', + Processor = 'Common_FAST.mlpe'} local BaseId = EmtBase { Name = 'Base', Geo='BASE/GEO', diff --git a/UpdateLog.txt b/UpdateLog.txt index 1ad5fe4..8de1215 100644 --- a/UpdateLog.txt +++ b/UpdateLog.txt @@ -1,7 +1,10 @@ ==== Common_FAST Update Log ==== +Versione 2.6i1 (02/09/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..3596be2 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.6i1', -- versione script MIN_MACH_VER_PP_COMMON = '2.5k1' -- versione minima kernel }