From 46ebc8bb6394268ffdfcb16cd72cdbcc97d7e9d6 Mon Sep 17 00:00:00 2001 From: "andrea.villa" Date: Mon, 25 Nov 2024 16:41:13 +0100 Subject: [PATCH] Allineamento con common ver.2.6k2 --- Common_PF1250.TPA.mlpe | 4 ++-- Essetre-PF1250.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 ab7b304..05736f1 100644 --- a/Common_PF1250.TPA.mlpe +++ b/Common_PF1250.TPA.mlpe @@ -2782,8 +2782,8 @@ function PreselectNextDiffHead( nMchId, sHead) -- faccio preselezione ( se sono arrivato qui, vuol dire che posso preselezionare) if nNextHSet == 1 then local dNextX - -- se sto lavorando con testa 3, la testa 1 deve restare in home - if nHSet == 3 then + -- se sto lavorando con testa 3 oppure utensile lungo, la testa 1 deve restare in home + if nHSet == 3 or dNextTotLen < LongTool then dNextX = EgtGetAxisHomePos( 'X1') -- altrimenti recupero quota X1 (nostro L2) else diff --git a/Essetre-PF1250.mlde b/Essetre-PF1250.mlde index 32855b6..322bae7 100644 --- a/Essetre-PF1250.mlde +++ b/Essetre-PF1250.mlde @@ -30,8 +30,8 @@ require( 'EmtGenerator') EgtEnableDebug( false) -PP_VER = '2.6k2' -PP_NVER = '2.6.11.2' +PP_VER = '2.6k3' +PP_NVER = '2.6.11.3' MIN_MACH_VER = '2.5k1' MACH_NAME = 'Essetre-PF1250' diff --git a/UpdateLog.txt b/UpdateLog.txt index d1a45af..210ff0b 100644 --- a/UpdateLog.txt +++ b/UpdateLog.txt @@ -1,5 +1,8 @@ ==== Common_PF1250 Update Log ==== +Versione 2.6k2 (25/11/2024) +- (GEN) Se si preseleziona su testa 1 un utensile lungo, non si va alla X successiva di lavoro ma si resta in home. Infatti potrebbe toccare le paratie in caso di scambio pezzo. Ticket#2183 + Versione 2.6k1 (04/11/2024) - (SIM-GEN) Gestione terza testa 5 assi dedicata lama (H38) diff --git a/Version.lua b/Version.lua index 692d3e4..cb1ca1e 100644 --- a/Version.lua +++ b/Version.lua @@ -3,7 +3,7 @@ local InfoCommon_STD_PP = { NAME = 'Common_PF1250', -- nome script PP standard - VERSION = '2.6k1', -- versione script + VERSION = '2.6k2', -- versione script MIN_MACH_VER_PP_COMMON = '2.5k1' -- versione minima kernel }