reduced margin on docking angle snap.
This commit is contained in:
parent
7435ab5e53
commit
eec278a6ac
1 changed files with 2 additions and 3 deletions
|
@ -3,10 +3,9 @@
|
|||
{
|
||||
@MODULE[ModuleDockingNode]:HAS[~snapRotation[True],~snapRotation[true],~nodeType[microPort]]
|
||||
{
|
||||
%captureMinRollDot = .99999
|
||||
%aquireMinRollDot = .5
|
||||
// If you want X degrees margin, use cos(0.5*X) as captureMinRollDot
|
||||
%captureMinRollDot = .999
|
||||
%snapRotation = True
|
||||
%snapOffset = 22.5
|
||||
%acquireTorque = 10
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue