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]]
{
%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
}
}