diff --git a/Beam/BeamData.lua b/Beam/BeamData.lua index e1c5310..4b9a5e8 100644 --- a/Beam/BeamData.lua +++ b/Beam/BeamData.lua @@ -191,11 +191,7 @@ BeamData.GetChainSawInitAngs = GetChainSawInitAngs --------------------------------------------------------------------- local function GetMinNzTopHead( vtNFace) - if vtNFace and abs( vtNFace:getY()) > 0.8659 then - return -0.2499 - else - return sin( -45) - end + return sin( -45) end --------------------------------------------------------------------- diff --git a/Essetre-FAST.mlde b/Essetre-FAST.mlde index cc66a7e..feefaaf 100644 --- a/Essetre-FAST.mlde +++ b/Essetre-FAST.mlde @@ -24,8 +24,8 @@ require( 'EmtGenerator') EgtEnableDebug( false) -PP_VER = '2.7k1' -PP_NVER = '2.7.11.1' +PP_VER = '2.7k2' +PP_NVER = '2.7.11.2' MIN_MACH_VER = '2.5k1' MACH_NAME = string.match( EgtGetCurrMachineDir(), "[^\\]+$") -- si ricava il nome della macchina dal direttorio