Merge pull request #4034 from dubstar-04/PathTurnRoughingSel

[Path] Update Turning Selection Gates
This commit is contained in:
sliptonic
2020-11-11 09:21:21 -06:00
committed by GitHub

View File

@@ -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]