- Ripristinati i nomi originale. Successivamente rinomineremo le versioni macchina con MKx
- Corretto BeamDataNew per asse rotante virtuale motosega
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user