From 37b9eb3a9bb536136221452a4f607ac151013a2f Mon Sep 17 00:00:00 2001 From: "andrea.villa" Date: Fri, 24 May 2024 11:53:45 +0200 Subject: [PATCH 1/3] =?UTF-8?q?Aggiunta=20possibilit=C3=A0=20di=20scrivere?= =?UTF-8?q?=20nome=20utensile=20doppio=20anche=20in=20lavorazione=20con=20?= =?UTF-8?q?parametro=20"TOOLDOUBLE".=20Note=20sulla=20lavorazione=20hanno?= =?UTF-8?q?=20precedenza=20su=20note=20utensile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Common_ONE-PF.NUM.mlpe | 2 +- UpdateLog.txt | 3 +++ Version.lua | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Common_ONE-PF.NUM.mlpe b/Common_ONE-PF.NUM.mlpe index 24f3ef4..83a5652 100644 --- a/Common_ONE-PF.NUM.mlpe +++ b/Common_ONE-PF.NUM.mlpe @@ -439,7 +439,7 @@ function OnMachiningStart() -- gestione eventuale lavorazione in doppio local nDouType = EgtGetValInNotes( EMT.MCHUSERNOTES, 'DOUBLE', 'i') if nDouType == 2 or nDouType == 3 then - local sDouTool = EgtGetValInNotes( EMT.TUSERNOTES, 'DOUBLE', 's') or '' + local sDouTool = EgtGetValInNotes( EMT.MCHUSERNOTES, 'TOOLDOUBLE', 's') or EgtGetValInNotes( EMT.TUSERNOTES, 'DOUBLE', 's') or '' local sOldTool = EgtTdbGetCurrToolParam( MCH_TP.NAME) if EgtTdbSetCurrTool( sDouTool) and EgtTdbGetCurrToolParam( MCH_TP.ACTIVE) then -- salvo dati diff --git a/UpdateLog.txt b/UpdateLog.txt index 97dd0ce..e1212c9 100644 --- a/UpdateLog.txt +++ b/UpdateLog.txt @@ -1,5 +1,8 @@ ==== Common_ONE-PF Update Log ==== +Versione 2.6-- (--/--/2024) +- (GEN) Aggiunta possibilità di scrivere nome utensile doppio anche in lavorazione con parametro "TOOLDOUBLE". Note sulla lavorazione hanno precedenza su note utensile. + Versione 2.6e1 (30/04/2024) - (GEN) Chiamando la macchina con un nome che termini con '.TEST' si abilita come macchina per test interni, equivalente a settare 'IS_TEST_MACHINE' (che comunque rimane) - (SIM) In log collisioni, si scrive anche ID del gruppo per facilitare riconoscimento in caso di collisione diff --git a/Version.lua b/Version.lua index 037a82d..225fde7 100644 --- a/Version.lua +++ b/Version.lua @@ -3,7 +3,7 @@ local InfoCommon_STD_PP = { NAME = 'Common_ONE-PF', -- nome script PP standard - VERSION = '2.6e1', -- versione script + VERSION = '2.6--', -- versione script MIN_MACH_VER_PP_COMMON = '2.5k1' -- versione minima kernel } From 8bd92a578b0fa3711dc33af615eba5cae2b607e8 Mon Sep 17 00:00:00 2001 From: "andrea.villa" Date: Mon, 3 Jun 2024 12:20:35 +0200 Subject: [PATCH 2/3] Versione 2.6f1 --- UpdateLog.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UpdateLog.txt b/UpdateLog.txt index e1212c9..77d3009 100644 --- a/UpdateLog.txt +++ b/UpdateLog.txt @@ -1,6 +1,6 @@ ==== Common_ONE-PF Update Log ==== -Versione 2.6-- (--/--/2024) +Versione 2.6f1 (03/06/2024) - (GEN) Aggiunta possibilità di scrivere nome utensile doppio anche in lavorazione con parametro "TOOLDOUBLE". Note sulla lavorazione hanno precedenza su note utensile. Versione 2.6e1 (30/04/2024) From f3890dc20fe1125f79cfde1818bfdf94d6608789 Mon Sep 17 00:00:00 2001 From: "andrea.villa" Date: Mon, 3 Jun 2024 12:20:53 +0200 Subject: [PATCH 3/3] Versione 2.6f1 --- Version.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Version.lua b/Version.lua index 225fde7..beebc53 100644 --- a/Version.lua +++ b/Version.lua @@ -3,7 +3,7 @@ local InfoCommon_STD_PP = { NAME = 'Common_ONE-PF', -- nome script PP standard - VERSION = '2.6--', -- versione script + VERSION = '2.6f1', -- versione script MIN_MACH_VER_PP_COMMON = '2.5k1' -- versione minima kernel }