From cf91fa2de3ba6aa79d113a0579f60f3fabcb5a4f Mon Sep 17 00:00:00 2001 From: "andrea.villa" Date: Wed, 26 Mar 2025 08:00:36 +0100 Subject: [PATCH] #critical# Allineamento con common 2.7c3 --- Common_ONE-PF.NUM.mlpe | 2 +- Essetre-ONErl.mlde | 4 ++-- UpdateLog.txt | 3 +++ Version.lua | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Common_ONE-PF.NUM.mlpe b/Common_ONE-PF.NUM.mlpe index a1b1a0d..f67fdae 100644 --- a/Common_ONE-PF.NUM.mlpe +++ b/Common_ONE-PF.NUM.mlpe @@ -1407,7 +1407,7 @@ function OnRapid() local bMoveZbeforeX = false local dZref = EMT.L3 - if EMT.HEAD == 'H22' and ( EgtIf( BD.RIGHT_LOAD, EMT.L2 > -LimX2RotSaw, EMT.L2 < -LimX2RotSaw) or EMT.R2 < -91) then + if EMT.HEAD == 'H22' and ( EgtIf( BD.RIGHT_LOAD, EMT.L2 > -LimX2RotSaw, EMT.L2 > -LimX2RotSaw) or EMT.R2 < -91) then dZref = min( dSafeZ2 + GetZExtra( EMT.HEAD, EMT.R2) - 100, MyMaxZ2) end -- se la quota di lavoro è più in alta della posizione a ZHOME della testa, prima si va alla Z di lavoro e poi si approccia il pezzo diff --git a/Essetre-ONErl.mlde b/Essetre-ONErl.mlde index 2aabb4a..d52a306 100644 --- a/Essetre-ONErl.mlde +++ b/Essetre-ONErl.mlde @@ -8,8 +8,8 @@ require( 'EmtGenerator') EgtEnableDebug( false) -PP_VER = '2.7c2' -PP_NVER = '2.7.3.2' +PP_VER = '2.7c3' +PP_NVER = '2.7.3.3' MIN_MACH_VER = '2.5k1' MACH_NAME = 'Essetre-ONErl' diff --git a/UpdateLog.txt b/UpdateLog.txt index bdfc47a..79d59c2 100644 --- a/UpdateLog.txt +++ b/UpdateLog.txt @@ -1,5 +1,8 @@ ==== Common_ONE-PF Update Log ==== +Versione 2.7c3 (25/03/2025) +- (GEN) Corretto movimento approccio alla lavorazione se utensile lama montata su magazzino 2. Ticket#2361 + Versione 2.7c2 (12/03/2025) - (SIM-GEN) Migliorato calcolo posizione barra dopo split. Tiene in considerazione ingombro lavorazioni pezzo. Ticket#2321 - (GEN) Aggiunta commenti HEADER e FOOTER per comunicazione con linea o altre macchine, da parte di Essetre. diff --git a/Version.lua b/Version.lua index 403a93b..452f638 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.7c2', -- versione script + VERSION = '2.7c3', -- versione script MIN_MACH_VER_PP_COMMON = '2.5k1' -- versione minima kernel }