diff --git a/Common_FAST.mlse b/Common_FAST.mlse index ea8ca83..83ab267 100644 --- a/Common_FAST.mlse +++ b/Common_FAST.mlse @@ -32,7 +32,6 @@ end ---------- OnSpecialApplyDisposition & OnPostApplyMachining --------- ----------------------- Costanti ------------------------------------ local DELTA_TOL_FIXED = 50 -local DeltaTol = 210 local DELTA_SIC = 1 local AGG_LOAD = 50 diff --git a/Essetre-FAST.mlde b/Essetre-FAST.mlde index 6528520..7a15597 100644 --- a/Essetre-FAST.mlde +++ b/Essetre-FAST.mlde @@ -27,7 +27,7 @@ EgtEnableDebug( false) PP_VER = '3.1a1' PP_NVER = '3.1.1.1' MIN_MACH_VER = '2.7j1' -MACH_NAME = string.match( EgtGetCurrMachineDir(), "[^\\]+$") -- si ricava il nome della macchina dal direttorio +MACH_NAME = EgtGetCurrMachineName() -- Carico i dati globali local sMachDir = EgtGetCurrMachineDir() @@ -185,6 +185,7 @@ if SpecialBH then SecondSupport = 0 end -- Aggiorno valori MinJoin MinJoin = MinJoinSS MinOther = abs( MinY) + abs( MaxV) + MinJoin +DeltaTol = 210 -- compongo i gruppi appartenenti alla base local sBaseAux = {'BASE/SOLID', 'BASE/TC', 'BASE/SIGN', 'BASE/COLLISION'} diff --git a/UpdateLog.txt b/UpdateLog.txt index ead8e3e..9ffe62d 100644 --- a/UpdateLog.txt +++ b/UpdateLog.txt @@ -3,6 +3,7 @@ Versione 3.1a1 (08/01/2026) - (SIM) Ottimizzata scrittura funzione ClampCheck post aggiornamento dll - (SIM) Corretto problema della funzione OnSimulDispositionStart in caso di fase finale. +- (MLDE-SIM-GEN) Variabile DeltaTol deve essere spostata in MLDE Versione 2.7l3 (22/12/2025) - (SIM) Eliminata MinJoin, utilizzata al suo posto funzione giĆ  esistente UpdateMinJoin nell'mlde