Compare commits

..

1 Commits

Author SHA1 Message Date
luca.mazzoleni 4d773f5bfa - modificata GetSetupInfo 2025-02-28 09:21:59 +01:00
2 changed files with 7 additions and 7 deletions
+5 -5
View File
@@ -189,7 +189,7 @@ local function GetSetupInfo( sHead)
local SetupInfo = {}
-- dati comuni
SetupInfo.bIsCSymmetric = false
SetupInfo.bIsCSymmetrical = false
SetupInfo.dCAxisEncumbrance = 180
SetupInfo.bToolOnAggregate = false
@@ -197,23 +197,23 @@ local function GetSetupInfo( sHead)
if sHead == 'H1' then
SetupInfo.HeadType = { bTop = true, bBottom = false}
SetupInfo.PreferredSide = {}
SetupInfo.dMaxNegativeAngle = sin( -45)
SetupInfo.dMinNz = sin( -45)
-- lama su testa 5 assi da sopra
elseif sHead == 'H2' then
SetupInfo.HeadType = { bTop = true, bBottom = false}
SetupInfo.PreferredSide = {}
SetupInfo.dMaxNegativeAngle = sin( -45)
SetupInfo.dMinNz = sin( -45)
-- motosega
elseif sHead == 'H3' then
SetupInfo.HeadType = { bTop = true, bBottom = false}
SetupInfo.PreferredSide = {}
SetupInfo.dMaxNegativeAngle = 0
SetupInfo.dMinNz = 0
-- rinvio angolare 90° (considerato come fosse una testa da sotto)
elseif sHead == 'H5' then
SetupInfo.bToolOnAggregate = true
SetupInfo.HeadType = { bTop = false, bBottom = true}
SetupInfo.PreferredSide = {}
SetupInfo.dMaxPositiveAngle = 0
SetupInfo.dMaxNz = 0
end
return SetupInfo
+2 -2
View File
@@ -24,8 +24,8 @@
require( 'EmtGenerator')
EgtEnableDebug( false)
PP_VER = '2.7b2'
PP_NVER = '2.7.2.2'
PP_VER = '2.7b3'
PP_NVER = '2.7.2.3'
MIN_MACH_VER = '2.5k1'
MACH_NAME = 'Essetre-FAST'