From d2b4a55db4cc20bfd2475cc2f5225f23eb72cd40 Mon Sep 17 00:00:00 2001 From: "andrea.villa" Date: Wed, 8 Jan 2025 16:01:29 +0100 Subject: [PATCH] =?UTF-8?q?Dopo=20separazione,=20in=20NUM=5FPLUS,=20si=20s?= =?UTF-8?q?rive=20EH1=20solo=20se=20macro=20G101,=20perch=C3=A8=20altrimen?= =?UTF-8?q?ti=20non=20=C3=A8=20prevista?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Common_FAST.NUM_PLUS.mlpe | 2 +- UpdateLog.txt | 3 +++ Version.lua | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) 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 }