diff --git a/Common_PF1250.mlse b/Common_PF1250.mlse index fc24a06..3742ea7 100644 --- a/Common_PF1250.mlse +++ b/Common_PF1250.mlse @@ -77,6 +77,8 @@ function OnSpecialGetMaxZ() EMC.MAXZ = MaxZ1Blade - EgtIf( abs( EMC.R2) < 90.1 and abs( EMC.R2p) < 90.1, 0, 130) elseif vtTp:getZ() > 0.707 or vtT:getZ() > 0.707 then EMC.MAXZ = ParkZ1 + 200 + elseif vtTp:getZ() > 0.5 or vtT:getZ() > 0.5 then + EMC.MAXZ = ParkZ1 + 100 else EMC.MAXZ = ParkZ1 + 1 end @@ -95,6 +97,8 @@ function OnSpecialGetMaxZ() EMC.MAXZ = MaxZ1Blade - EgtIf( abs( EMC.R2) < 90.1 and abs( EMC.R2p) < 90.1, 0, 130) elseif vtTp:getZ() > 0.707 or vtT:getZ() > 0.707 then EMC.MAXZ = ParkZ1 + 200 + elseif vtTp:getZ() > 0.5 or vtT:getZ() > 0.5 then + EMC.MAXZ = ParkZ1 + 100 else EMC.MAXZ = ParkZ1 + 1 end diff --git a/Essetre-PF1500MAXrl-3T.mlde b/Essetre-PF1500MAXrl-3T.mlde index edbee90..e5eff93 100644 --- a/Essetre-PF1500MAXrl-3T.mlde +++ b/Essetre-PF1500MAXrl-3T.mlde @@ -5,8 +5,8 @@ require( 'EmtGenerator') EgtEnableDebug( false) -PP_VER = '2.7a1' -PP_NVER = '2.7.1.1' +PP_VER = '2.7a2' +PP_NVER = '2.7.1.2' MIN_MACH_VER = '2.5k1' MACH_NAME = 'Essetre-PF1500MAXrl-3T' diff --git a/UpdateLog.txt b/UpdateLog.txt index 37c2c00..5fd3962 100644 --- a/UpdateLog.txt +++ b/UpdateLog.txt @@ -1,5 +1,8 @@ ==== Common_PF1250 Update Log ==== +Versione 2.7a2 (28/01/2025) +- (SIM-GEN) In MLSE aggiunta piccola correzione quota Z in caso di direzione Z tra 0.5 e 0.707. + Versione 2.7a1 (17/01/2025) - (GEN) Piccola correzione posizione X in preselezione utensile - (GEN) Corretto primo punto X preselezione utensile. Ticket#2183 e #2250 diff --git a/Version.lua b/Version.lua index 3a60594..f990c3c 100644 --- a/Version.lua +++ b/Version.lua @@ -3,7 +3,7 @@ local InfoCommon_STD_PP = { NAME = 'Common_PF1250', -- nome script PP standard - VERSION = '2.7a1', -- versione script + VERSION = '2.7a2', -- versione script MIN_MACH_VER_PP_COMMON = '2.5k1' -- versione minima kernel }