diff --git a/Common_PF1250.mlpe b/Common_PF1250.mlpe index e9d1489..2444430 100644 --- a/Common_PF1250.mlpe +++ b/Common_PF1250.mlpe @@ -463,6 +463,8 @@ function OnSimulToolSelect( dPosA) end if EMT.HEAD == 'H12' or EMT.HEAD == 'H16' then EgtSetAxisPos( 'Z1', MaxZ1Blade) + elseif EMT.HEAD == 'H13' then + EgtSetAxisPos( 'Z1', ParkCSawZ1) else EgtSetAxisPos( 'Z1', MaxZ1) end diff --git a/Essetre-PF1500MAXrl-3T.mlde b/Essetre-PF1500MAXrl-3T.mlde index 53d8aa3..9cbf43d 100644 --- a/Essetre-PF1500MAXrl-3T.mlde +++ b/Essetre-PF1500MAXrl-3T.mlde @@ -5,8 +5,8 @@ require( 'EmtGenerator') EgtEnableDebug( false) -PP_VER = '2.6l4' -PP_NVER = '2.6.12.4' +PP_VER = '2.6l5' +PP_NVER = '2.6.12.5' MIN_MACH_VER = '2.5k1' MACH_NAME = 'Essetre-PF1500MAXrl-3T' diff --git a/UpdateLog.txt b/UpdateLog.txt index bd17e01..3ce4965 100644 --- a/UpdateLog.txt +++ b/UpdateLog.txt @@ -1,5 +1,8 @@ ==== Common_PF1250 Update Log ==== +Versione 2.6l7 (19/12/2024) +- (SIM) HOTFIX : corretto posizione Z zero alla selezione dell'utensile in caso di motosega. Ticket#2235 + Versione 2.6l6 (18/12/2024) - (MLDE-SIM-GEN) Aggiunta variabile 'SafeX2RotAxis' in sostituzionme della 'ParkMchY2' che era usata impropriamente diff --git a/Version.lua b/Version.lua index 108f76b..34799b1 100644 --- a/Version.lua +++ b/Version.lua @@ -3,7 +3,7 @@ local InfoCommon_STD_PP = { NAME = 'Common_PF1250', -- nome script PP standard - VERSION = '2.6l6', -- versione script + VERSION = '2.6l7', -- versione script MIN_MACH_VER_PP_COMMON = '2.5k1' -- versione minima kernel }