Compare commits

..

1 Commits

2 changed files with 24 additions and 6 deletions
+22 -4
View File
@@ -216,15 +216,33 @@ local function GetSetupInfo( sHead)
SetupInfo.dCAxisEncumbrance = 180
SetupInfo.bToolOnAggregate = false
-- testa 5 assi da sopra
if sHead == 'H11' or sHead == 'H21' then
-- testa 5 assi da sopra, dietro
if sHead == 'H11' then
SetupInfo.bIsTopHead = true
SetupInfo.bIsBottomHead = not SetupInfo.bIsTopHead
SetupInfo.bIsFrontHead = false
SetupInfo.bIsBackHead = not SetupInfo.bIsFrontHead
SetupInfo.dMaxNegativeAngle = sin( -45)
-- lama su testa 5 assi da sopra
elseif sHead == 'H12' or sHead == 'H22' then
-- testa 5 assi da sopra, davanti
elseif sHead == 'H21' then
SetupInfo.bIsTopHead = true
SetupInfo.bIsBottomHead = not SetupInfo.bIsTopHead
SetupInfo.bIsFrontHead = true
SetupInfo.bIsBackHead = not SetupInfo.bIsFrontHead
SetupInfo.dMaxNegativeAngle = sin( -45)
-- lama su testa 5 assi da sopra, dietro
elseif sHead == 'H12' then
SetupInfo.bIsTopHead = true
SetupInfo.bIsBottomHead = not SetupInfo.bIsTopHead
SetupInfo.bIsFrontHead = false
SetupInfo.bIsBackHead = not SetupInfo.bIsFrontHead
SetupInfo.dMaxNegativeAngle = sin( -45)
-- lama su testa 5 assi da sopra, davanti
elseif sHead == 'H22' then
SetupInfo.bIsTopHead = true
SetupInfo.bIsBottomHead = not SetupInfo.bIsTopHead
SetupInfo.bIsFrontHead = true
SetupInfo.bIsBackHead = not SetupInfo.bIsFrontHead
SetupInfo.dMaxNegativeAngle = sin( -45)
-- motosega 1
elseif sHead == 'H13' or sHead == 'H23' then
+2 -2
View File
@@ -44,8 +44,8 @@
require( 'EmtGenerator')
EgtEnableDebug( false)
PP_VER = '2.7b1'
PP_NVER = '2.7.2.1'
PP_VER = '2.7b2'
PP_NVER = '2.7.2.2'
MIN_MACH_VER = '2.5k1'
MACH_NAME = 'Essetre-PFrl'