From 09baa44e02f13ecf2caa03fb3317920bbca98a35 Mon Sep 17 00:00:00 2001 From: "andrea.villa" Date: Tue, 21 Oct 2025 10:51:45 +0200 Subject: [PATCH] #critical# Allineamento con common ver. 2.7j2 --- Beam/MachiningTypes.ini | 1 + Common_ONE-PF.NUM.mlpe | 2 +- Essetre-PFrl.mlde | 4 ++-- UpdateLog.txt | 3 +++ Version.lua | 2 +- 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Beam/MachiningTypes.ini b/Beam/MachiningTypes.ini index c454174..f7475fc 100644 --- a/Beam/MachiningTypes.ini +++ b/Beam/MachiningTypes.ini @@ -37,6 +37,7 @@ 23=SmallToolContour 24=AntiSplintMillCut 25=Prof_end +26=SideMillAsBlade [Pocketing] 1=Pocket 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/Essetre-PFrl.mlde b/Essetre-PFrl.mlde index ba405c4..0267b1a 100644 --- a/Essetre-PFrl.mlde +++ b/Essetre-PFrl.mlde @@ -44,8 +44,8 @@ require( 'EmtGenerator') EgtEnableDebug( false) -PP_VER = '2.7j1' -PP_NVER = '2.7.10.1' +PP_VER = '2.7j2' +PP_NVER = '2.7.10.2' MIN_MACH_VER = '2.5k1' MACH_NAME = string.match( EgtGetCurrMachineDir(), "[^\\]+$") -- si ricava il nome della macchina dal direttorio 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 }