From 8418c014f52ce99651507fd80ccafdefa5c6c7a3 Mon Sep 17 00:00:00 2001 From: Daniel Wood Date: Thu, 29 Oct 2020 19:55:05 +0000 Subject: [PATCH] [Path] Add TurnPart selection --- src/Mod/Path/PathScripts/PathSelection.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Mod/Path/PathScripts/PathSelection.py b/src/Mod/Path/PathScripts/PathSelection.py index 1263f95cb3..d606def212 100644 --- a/src/Mod/Path/PathScripts/PathSelection.py +++ b/src/Mod/Path/PathScripts/PathSelection.py @@ -384,6 +384,7 @@ def select(op): opsel['Custom'] = customselect opsel['TurnFace'] = turnselect opsel['TurnProfile'] = turnselect + opsel['TurnPart'] = turnselect return opsel[op]