From aae7d7ce9f9c251adaeabd088e8251b3c9a20d53 Mon Sep 17 00:00:00 2001 From: PaddleStroke Date: Wed, 26 Nov 2025 08:48:22 +0100 Subject: [PATCH] Assembly: Enable negative distance for rackpinion and screw --- src/Mod/Assembly/JointObject.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Mod/Assembly/JointObject.py b/src/Mod/Assembly/JointObject.py index 146e955c11..01f68ed750 100644 --- a/src/Mod/Assembly/JointObject.py +++ b/src/Mod/Assembly/JointObject.py @@ -96,8 +96,6 @@ JointUsingDistance2 = [ ] JointNoNegativeDistance = [ - "RackPinion", - "Screw", "Gears", "Belt", ]