[Path] rename TurnPart to TurnPartoff

This commit is contained in:
Daniel Wood
2020-11-11 08:44:09 +00:00
parent 8713916658
commit 0392ca9b79

View File

@@ -387,7 +387,7 @@ def select(op):
opsel['Custom'] = customselect
opsel['TurnFace'] = turnselect
opsel['TurnProfile'] = turnselect
opsel['TurnPart'] = turnselect
opsel['TurnPartoff'] = turnselect
opsel['TurnRough'] = turnselect
return opsel[op]