From 3149c70b9c3fbb3f823d9257ea818d40e050f54f Mon Sep 17 00:00:00 2001 From: "andrea.villa" Date: Thu, 17 Oct 2024 16:11:34 +0200 Subject: [PATCH] Allineamento con common versione 2.6j6 --- Common_FAST.mlse | 2 ++ Essetre-FAST.mlde | 4 ++-- UpdateLog.txt | 3 +++ Version.lua | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Common_FAST.mlse b/Common_FAST.mlse index 3495f00..8dac315 100644 --- a/Common_FAST.mlse +++ b/Common_FAST.mlse @@ -1791,6 +1791,7 @@ function SpecAdjustCarriages( vCmd, dTPosI, dYDeltaI, dVDeltaI, dTPosF, dYDeltaF -- compatto al centro if not EMC.YDELTA then table.insert( vCmd, { 0, 'Compact Y'}) + table.insert( vCmd, { 12, 1}) table.insert( vCmd, { 11, 0}) dTPosA = MaxV - dVDeltaI dVPosA = MaxV @@ -1803,6 +1804,7 @@ function SpecAdjustCarriages( vCmd, dTPosI, dYDeltaI, dVDeltaI, dTPosF, dYDeltaF end if not EMC.VDELTA then table.insert( vCmd, { 0, 'Compact V'}) + table.insert( vCmd, { 11, 1}) table.insert( vCmd, { 12, 0}) dTPosA = MyMinY - dYDeltaI dVPosA = MaxV diff --git a/Essetre-FAST.mlde b/Essetre-FAST.mlde index e0ba826..90912d2 100644 --- a/Essetre-FAST.mlde +++ b/Essetre-FAST.mlde @@ -24,8 +24,8 @@ require( 'EmtGenerator') EgtEnableDebug( false) -PP_VER = '2.6j6' -PP_NVER = '2.6.10.6' +PP_VER = '2.6j7' +PP_NVER = '2.6.10.7' MIN_MACH_VER = '2.5k1' MACH_NAME = 'Essetre-FAST' diff --git a/UpdateLog.txt b/UpdateLog.txt index cc04fa0..81ce353 100644 --- a/UpdateLog.txt +++ b/UpdateLog.txt @@ -1,5 +1,8 @@ ==== Common_FAST Update Log ==== +Versione 2.6j6 (17/10/2024) +- (GEN) Si ribadisce che la pinza era in presa, prima di cominciare con lo scambio del passo del pellegrino. Ticket#2121 + Versione 2.6j5 (17/10/2024) - (SIM-GEN) Piccola correzione nuovo riposizionamento. Nel taglio dello scarto finale riposizionava nel vuoto. Ticket#2115 diff --git a/Version.lua b/Version.lua index 81f378c..96a167d 100644 --- a/Version.lua +++ b/Version.lua @@ -3,7 +3,7 @@ local InfoCommon_STD_PP = { NAME = 'Common_FAST', -- nome script PP standard - VERSION = '2.6j5', -- versione script + VERSION = '2.6j6', -- versione script MIN_MACH_VER_PP_COMMON = '2.5k1' -- versione minima kernel }