Merge pull request #6795 from LarryWoestman/master
Path: Added a missing "continue" to PathPost.py.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user