Skip to content

Commit

Permalink
Merge pull request #4034 from dubstar-04/PathTurnRoughingSel
Browse files Browse the repository at this point in the history
[Path] Update Turning Selection Gates
  • Loading branch information
sliptonic committed Nov 11, 2020
2 parents b7f9e35 + 0392ca9 commit 1c618a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Mod/Path/PathScripts/PathSelection.py
Expand Up @@ -387,7 +387,8 @@ def select(op):
opsel['Custom'] = customselect
opsel['TurnFace'] = turnselect
opsel['TurnProfile'] = turnselect
opsel['TurnPart'] = turnselect
opsel['TurnPartoff'] = turnselect
opsel['TurnRough'] = turnselect
return opsel[op]


Expand Down

0 comments on commit 1c618a8

Please sign in to comment.