This commit is contained in:
luca.mazzoleni
2025-12-18 12:05:43 +01:00
+6
View File
@@ -278,6 +278,12 @@ local function GetSetupInfo( sHead)
SetupInfo.GetMinNz = GetMinNzTopHead
SetupInfo.GetPreCollisionData = GetPreCollisionData
SetupInfo.GetSCC = GetSCC
-- 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.GetMaxNz = function() return 0 end
end
return SetupInfo