reduced margin on docking angle snap.

This commit is contained in:
Gabe Venberg 2025-06-05 17:07:33 +02:00
parent 7435ab5e53
commit eec278a6ac

View file

@ -3,10 +3,9 @@
{ {
@MODULE[ModuleDockingNode]:HAS[~snapRotation[True],~snapRotation[true],~nodeType[microPort]] @MODULE[ModuleDockingNode]:HAS[~snapRotation[True],~snapRotation[true],~nodeType[microPort]]
{ {
%captureMinRollDot = .99999 // If you want X degrees margin, use cos(0.5*X) as captureMinRollDot
%aquireMinRollDot = .5 %captureMinRollDot = .999
%snapRotation = True %snapRotation = True
%snapOffset = 22.5 %snapOffset = 22.5
%acquireTorque = 10
} }
} }