Merge pull request #6795 from LarryWoestman/master

Path:  Added a missing "continue" to PathPost.py.
This commit is contained in:
sliptonic
2022-04-26 09:20:02 -05:00
committed by GitHub

View File

@@ -298,6 +298,7 @@ class CommandPathPost:
if tc == currTool:
curlist.append((obj, tc))
continue
if tc != currTool and currTool is None: # first TC
currTool = tc