From 48aa0ba3d2dc92d1b7246a0c4aba30fa1558d59e Mon Sep 17 00:00:00 2001 From: Markus Lampert Date: Mon, 21 May 2018 08:48:38 -0700 Subject: [PATCH] Fixed TC modality in post processor driver. --- src/Mod/Path/PathScripts/PathPost.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Mod/Path/PathScripts/PathPost.py b/src/Mod/Path/PathScripts/PathPost.py index 8f433f7c65..12cb98d353 100644 --- a/src/Mod/Path/PathScripts/PathPost.py +++ b/src/Mod/Path/PathScripts/PathPost.py @@ -252,6 +252,7 @@ class CommandPathPost: if tc is not None: if tc.ToolNumber != currTool: postlist.append(tc) + currTool = tc.ToolNumber postlist.append(obj) fail = True