- Ripristinati i nomi originale. Successivamente rinomineremo le versioni macchina con MKx

- Corretto BeamDataNew per asse rotante virtuale motosega
This commit is contained in:
andrea.villa
2026-03-18 12:32:06 +01:00
parent fa0be99e58
commit 7a565f0618
3 changed files with 3 additions and 3 deletions
+3 -3
View File
@@ -93,9 +93,9 @@ local function GetBlockedAxis( sHead, nToolType, sBlockedAxis)
elseif nToolType == MCH_TY.MORTISE_STD then
if sHead == 'H3' then
if sBlockedAxis == 'parallel' then
return 'A=0'
return 'CS=90'
elseif sBlockedAxis == 'perpendicular' then
return 'A=90'
return 'CS=0'
end
else
return ''
@@ -270,7 +270,7 @@ local function GetSetupInfo( sHead)
SetupInfo.dCAxisSideEncumbrance = 200
SetupInfo.bToolOnAggregate = false
SetupInfo.vtRotationAxisC = EgtGetAxisDir( 'C')
SetupInfo.vtRotationAxisAB = EgtGetAxisDir( 'B')
SetupInfo.vtRotationAxisAB = EgtGetAxisDir( 'A')
-- TODO da rimuovere quando si fara PreSimulation di asse Z per frese
SetupInfo.dPivot = MldeParameters.MillOffs