From 5b41bab220e8fa163b8553bd88b79d80920e3b15 Mon Sep 17 00:00:00 2001 From: sliptonic Date: Mon, 9 Jan 2023 10:46:55 -0600 Subject: [PATCH] Remove check for internal as well --- src/Mod/Path/Path/Op/ThreadMilling.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Mod/Path/Path/Op/ThreadMilling.py b/src/Mod/Path/Path/Op/ThreadMilling.py index 53cb6b3bfd..7be49f75ac 100644 --- a/src/Mod/Path/Path/Op/ThreadMilling.py +++ b/src/Mod/Path/Path/Op/ThreadMilling.py @@ -447,9 +447,9 @@ class ObjectThreadMilling(PathCircularHoleBase.ObjectOp): float(self.tool.Diameter), float(self.tool.Crest), ): - if not start is None and not _isThreadInternal( - obj - ): # and not obj.LeadInOut: + if not start is None: + # and not _isThreadInternal(obj): + # and not obj.LeadInOut: # external thread without lead in/out have to go up and over # in other words we need a move to clearance and not take any # shortcuts when moving to the elevator position