diff --git a/Common_FAST.NUM_PLUS.mlpe b/Common_FAST.NUM_PLUS.mlpe index e65bcc1..8a93fd9 100644 --- a/Common_FAST.NUM_PLUS.mlpe +++ b/Common_FAST.NUM_PLUS.mlpe @@ -493,7 +493,7 @@ function OnMachiningEnd() end for i = 1, #EMT.AUXSTR do local sOut = EMT.AUXSTR[i] - if EMT.AUXTYPE == 'S' then + if EMT.AUXTYPE == 'S' and sOut:find( 'G101 ') then sOut = sOut .. ' EH1' elseif EMT.AUXTYPE == 'U' and not EMT.CHY_ON and not sOut:find( 'ET') then sOut = sOut .. ' ET2' diff --git a/UpdateLog.txt b/UpdateLog.txt index e6e309d..bef8b2d 100644 --- a/UpdateLog.txt +++ b/UpdateLog.txt @@ -1,5 +1,8 @@ ==== Common_FAST Update Log ==== +Versione 2.7a3 (08/01/2024) +- (GEN) Dopo separazione, in NUM_PLUS, si srive EH1 solo se macro G101, perchè altrimenti non è prevista. Ticket#2239 + Versione 2.7a2 (08/01/2024) - (MLDE-SIM) Aggiunta gestione FACOLTATIVA 'EstimationRapidMultiplier' in MLDE per regolare il tempo stimato. Se non presente in MLDE, default 1. - (SIM) Aggiunta gestione qualità VMILL da impostazioni macchina diff --git a/Version.lua b/Version.lua index dbd600d..f979ee2 100644 --- a/Version.lua +++ b/Version.lua @@ -3,7 +3,7 @@ local InfoCommon_STD_PP = { NAME = 'Common_FAST', -- nome script PP standard - VERSION = '2.7a2', -- versione script + VERSION = '2.7a3', -- versione script MIN_MACH_VER_PP_COMMON = '2.5k1' -- versione minima kernel }