diff --git a/QOL/docksnap.cfg b/QOL/docksnap.cfg index 7bcbd47..92f5c39 100644 --- a/QOL/docksnap.cfg +++ b/QOL/docksnap.cfg @@ -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 } }