diff --git a/Common_FAST.mlse b/Common_FAST.mlse index 0e5bb22..34a8e5e 100644 --- a/Common_FAST.mlse +++ b/Common_FAST.mlse @@ -931,7 +931,7 @@ function SpecCalcEncumbrance( vtTool, vtArm, ptMin, ptMax, bSaw, bChain, dTLen, local dHeadBack = 350 if bSaw then if vtTool:getX() > 0 and abs( vtTool:getY()) < 0.088 and abs( vtTool:getZ()) < 0.088 then - dHeadBack = 50 + 0.5 * dTDiam * sqrt( 1 - vtTool:getX() * vtTool:getX()) + dHeadBack = 50 + 0.5 * dTDiam * sqrt( 1 - vtTool:getX() * vtTool:getX()) + EgtIf( EMC.CNT == 1, 10, 0) elseif abs( vtTool:getZ()) < 0.26 and abs( vtTool:getX()) < 0.35 then dHeadBack = EgtIf( vtArm:getX() < 0, 540, 350) elseif abs( vtTool:getZ()) < 0.26 and abs( vtTool:getX()) < 0.71 then @@ -1022,7 +1022,7 @@ function SpecCalcEncumbrance( vtTool, vtArm, ptMin, ptMax, bSaw, bChain, dTLen, local dHeadFront = 350 if bSaw then if vtTool:getX() < 0 and abs( vtTool:getY()) < 0.088 and abs( vtTool:getZ()) < 0.088 then - dHeadFront = 50 + 0.5 * dTDiam * sqrt( 1 - vtTool:getX() * vtTool:getX()) + dHeadFront = 50 + 0.5 * dTDiam * sqrt( 1 - vtTool:getX() * vtTool:getX()) + EgtIf( EMC.CNT == 1, 10, 0) elseif abs( vtTool:getZ()) < 0.26 and abs( vtTool:getX()) < 0.35 then dHeadFront = EgtIf( vtArm:getX() > 0, 540, 350) elseif abs( vtTool:getZ()) < 0.26 and abs( vtTool:getX()) < 0.71 then diff --git a/Essetre-FAST.mlde b/Essetre-FAST.mlde index 747cddd..50b2e08 100644 --- a/Essetre-FAST.mlde +++ b/Essetre-FAST.mlde @@ -24,8 +24,8 @@ require( 'EmtGenerator') EgtEnableDebug( false) -PP_VER = '2.7f2' -PP_NVER = '2.7.6.2' +PP_VER = '2.7f3' +PP_NVER = '2.7.6.3' MIN_MACH_VER = '2.5k1' MACH_NAME = string.match( EgtGetCurrMachineDir(), "[^\\]+$") -- si ricava il nome della macchina dal direttorio diff --git a/UpdateLog.txt b/UpdateLog.txt index e5385b5..ab439c5 100644 --- a/UpdateLog.txt +++ b/UpdateLog.txt @@ -1,5 +1,8 @@ ==== Common_FAST Update Log ==== +Versione 2.7f3 (26/06/2025) +- (SIM-GEN) Aggiunti 10mm di sicurezza in caso di primo pinzaggio per stare oltre tolleranza riqualifica laser di 50mm. Ticket#2504 + Versione 2.7f2 (19/06/2025) - (GEN) Se in separazione il pezzo è andato più lontano della posizione standard, viene riletta. Ticket#2498 diff --git a/Version.lua b/Version.lua index c008865..be6e87e 100644 --- a/Version.lua +++ b/Version.lua @@ -3,7 +3,7 @@ local InfoCommon_STD_PP = { NAME = 'Common_FAST', -- nome script PP standard - VERSION = '2.7f2', -- versione script + VERSION = '2.7f3', -- versione script MIN_MACH_VER_PP_COMMON = '2.5k1' -- versione minima kernel }