Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4c80f37797 | |||
| 5da4ccece9 | |||
| d8cd917aaf | |||
| 507e75121f |
@@ -123,9 +123,9 @@ local function GetBlockedAxis( sHead, nToolType, sBlockedAxis)
|
||||
elseif nToolType == MCH_TY.MORTISE_STD then
|
||||
if sHead == 'H3' then
|
||||
if sBlockedAxis == 'parallel' then
|
||||
return 'A1=0'
|
||||
return 'A=0'
|
||||
elseif sBlockedAxis == 'perpendicular' then
|
||||
return 'A1=90'
|
||||
return 'A=90'
|
||||
end
|
||||
else
|
||||
return ''
|
||||
|
||||
Reference in New Issue
Block a user