From c4cfe3c0ca9a63c8f7068ef4f8401c92b5f33228 Mon Sep 17 00:00:00 2001 From: "andrea.villa" Date: Tue, 17 Feb 2026 09:55:08 +0100 Subject: [PATCH] Allineamento con common ver. 3.1b1 --- Common_PF1250.TPA.mlpe | 4 ++-- Essetre-PF1500MAXrl-3T.mlde | 4 ++-- UpdateLog.txt | 3 +++ Version.lua | 2 +- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/Common_PF1250.TPA.mlpe b/Common_PF1250.TPA.mlpe index a44c01a..227b78c 100644 --- a/Common_PF1250.TPA.mlpe +++ b/Common_PF1250.TPA.mlpe @@ -585,8 +585,8 @@ function OnPathStart() --MyOutput( 'CNT='.. tostring( EMT.CNT or 0)) -- se utensile non cambiato, salvo eventuali precedenti rotanti if EMT.TOOL == EMT.PREVTOOL and not EMT.ZMAX then - EMT.L2pp = EMT.L2op - EMT.L3pp = EMT.L3op + EMT.L2pp = EMT.L2op or EMT.L2pp + EMT.L3pp = EMT.L3op or EMT.L3pp EMT.R1pp = EMT.R1p or EMT.R1pp EMT.R2pp = EMT.R2p or EMT.R2pp else diff --git a/Essetre-PF1500MAXrl-3T.mlde b/Essetre-PF1500MAXrl-3T.mlde index 40fcf46..6f84540 100644 --- a/Essetre-PF1500MAXrl-3T.mlde +++ b/Essetre-PF1500MAXrl-3T.mlde @@ -5,8 +5,8 @@ require( 'EmtGenerator') EgtEnableDebug( false) -PP_VER = '3.1a2' -PP_NVER = '3.1.1.2' +PP_VER = '3.1b1' +PP_NVER = '3.1.2.1' MIN_MACH_VER = '2.7d2' MACH_NAME = EgtGetCurrMachineName() diff --git a/UpdateLog.txt b/UpdateLog.txt index 0440c9d..fbcced6 100644 --- a/UpdateLog.txt +++ b/UpdateLog.txt @@ -1,5 +1,8 @@ ==== Common_PF1250 Update Log ==== +Versione 3.1b1 (17/02/2026) +- (GEN) Generazione non allineata a simulazione. Ticket#2819 + Versione 3.1a2 (30/01/2026) - (SIM) Allineato approccio simulazione a generazione in caso di lavorazione in doppio verticale. Ticket#2781 - (GEN) Simulazione non allineata a generazione. Mancava reset flag di pezzo a caduta. Ticket#2798 diff --git a/Version.lua b/Version.lua index 17e5e98..29a89c9 100644 --- a/Version.lua +++ b/Version.lua @@ -3,7 +3,7 @@ local InfoCommon_STD_PP = { NAME = 'Common_PF1250', -- nome script PP standard - VERSION = '3.1a2', -- versione script + VERSION = '3.1b1', -- versione script MIN_MACH_VER_PP_COMMON = '2.7k1' -- versione minima kernel }