From 0256bd8c09a6e11102338e3750f751aeedb3e91e Mon Sep 17 00:00:00 2001 From: "andrea.villa" Date: Tue, 21 Oct 2025 10:43:39 +0200 Subject: [PATCH] Se SPLIT con pinza 5, corretto salvataggio posizione pinza 2. --- 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 cfb71ef..3a8357e 100644 --- a/Common_ONE-PF.NUM.mlpe +++ b/Common_ONE-PF.NUM.mlpe @@ -2270,7 +2270,7 @@ function PreparePreRotation( sCmd, nInd) MDChar = { [Cmd[2]]=tonumber(Cmd[3]), IniStatY1=86, FinStatY1=87, BeamVise=0} elseif EMT.SPECSPLIT or EMT.SPLITROT then MDChar = { [Cmd[2]]=tonumber(Cmd[3]), V1=ParkV1, IniStatY1=EMT.ISY1, FinStatY1=EMT.FSY1, IniStatY2=EMT.ISY2, FinStatY2=EMT.FSY2, IniStatV1=3, BeamVise=EMT.BV} - EMT.V1POS = MDChar.V1 + EMT.V1NEXTPOS = MDChar.V1 else MDChar = { [Cmd[2]]=tonumber(Cmd[3]), IniStatY1=EMT.ISY1, FinStatY1=EMT.FSY1, IniStatY2=EMT.ISY2, FinStatY2=EMT.FSY2, BeamVise=EMT.BV} end diff --git a/UpdateLog.txt b/UpdateLog.txt index b6fbd56..037da46 100644 --- a/UpdateLog.txt +++ b/UpdateLog.txt @@ -1,5 +1,8 @@ ==== Common_ONE-PF Update Log ==== +Versione 2.7j (21/10/2025) +- (GEN) Se SPLIT con pinza 5, corretto salvataggio posizione pinza 2. Ticket#2654 + Versione 2.7j1 (08/10/2025) - (GEN) Salvataggio posizione Z su lavorazione precedente, sbagliava in caso di separazione. Ticket#2637 diff --git a/Version.lua b/Version.lua index 21d3245..da3c15a 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.7j1', -- versione script + VERSION = '2.7j2', -- versione script MIN_MACH_VER_PP_COMMON = '2.5k1' -- versione minima kernel }