From eec278a6ac074e8ef44e05557dd5fa14d37a8ac4 Mon Sep 17 00:00:00 2001 From: Gabe Venberg Date: Thu, 5 Jun 2025 17:07:33 +0200 Subject: [PATCH] reduced margin on docking angle snap. --- QOL/docksnap.cfg | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 } }