From fbea0da2ddfd8b5c0ec2b2e850d5cbf8c640e105 Mon Sep 17 00:00:00 2001 From: "andrea.villa" Date: Tue, 8 Jul 2025 10:39:13 +0200 Subject: [PATCH] Allineamento con common ver. 2.7g2 --- Common_ONE-PF.mlpe | 6 +++--- Essetre-PFrl.mlde | 4 ++-- UpdateLog.txt | 3 +++ Version.lua | 2 +- 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/Common_ONE-PF.mlpe b/Common_ONE-PF.mlpe index 392b77d..98a66c1 100644 --- a/Common_ONE-PF.mlpe +++ b/Common_ONE-PF.mlpe @@ -1675,7 +1675,7 @@ function ExecMoveZmax( bMchSplit, btoXHome) SimulMoveAxes( 'X1', HomeX, MCH_SIM_STEP.RAPID, 'C1', HomeC, MCH_SIM_STEP.COLLROT) end else - -- se sega a catena + -- se fresa o lama if not HeadIsChainSaw( EMT.HEAD) then if abs( HomeC - CurrC) > 0.1 or abs( HomeB - CurrB) > 0.1 then local dZref = HomeZ + GetZExtra( EMT.HEAD, CurrB) @@ -1728,13 +1728,13 @@ function ExecMoveZmax( bMchSplit, btoXHome) EMT.XHOME = true SimulMoveAxis( 'X2', ParkX2, MCH_SIM_STEP.RAPID) end - -- altrimenti sega a catena + -- altrimenti sega a catena else SimulMoveAxes( 'Z2', HomeZ, MCH_SIM_STEP.RAPID, 'B2', HomeB, MCH_SIM_STEP.COLLROT) if EMT.R3 and abs( EMT.R3) < 0.1 then SimulMoveAxis( 'Z2', ParkCSawZ2, MCH_SIM_STEP.RAPID) end - SimulMoveAxes( 'X2', HomeX, MCH_SIM_STEP.RAPID, 'C2', HomeC, MCH_SIM_STEP.COLLROT) + SimulMoveAxes( 'X2', ParkCSawX2, MCH_SIM_STEP.RAPID, 'C2', HomeC, MCH_SIM_STEP.COLLROT) end end EMT.ZMAX = true diff --git a/Essetre-PFrl.mlde b/Essetre-PFrl.mlde index 1e0bb4a..6eba00e 100644 --- a/Essetre-PFrl.mlde +++ b/Essetre-PFrl.mlde @@ -44,8 +44,8 @@ require( 'EmtGenerator') EgtEnableDebug( false) -PP_VER = '2.7g1' -PP_NVER = '2.7.7.1' +PP_VER = '2.7g2' +PP_NVER = '2.7.7.2' MIN_MACH_VER = '2.5k1' MACH_NAME = 'Essetre-PFrl' diff --git a/UpdateLog.txt b/UpdateLog.txt index a1f531e..eb142ac 100644 --- a/UpdateLog.txt +++ b/UpdateLog.txt @@ -1,5 +1,8 @@ ==== Common_ONE-PF Update Log ==== +Versione 2.7g2 (08/07/2025) + - (SIM) Corretto movimento a parcheggio sega a catena. Ticket#2517 + Versione 2.7g1 (01/07/2025) - (GEN) Rimossa gestione PROBE inserita per sbaglio - (GEN) Corretto gestione accelerazioni diff --git a/Version.lua b/Version.lua index e616218..9e916a8 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.7g1', -- versione script + VERSION = '2.7g2', -- versione script MIN_MACH_VER_PP_COMMON = '2.5k1' -- versione minima kernel }