Fixed TC modality in post processor driver.

This commit is contained in:
Markus Lampert
2018-05-23 17:25:42 +02:00
committed by wmayer
parent 2dd0f1f8f6
commit 48aa0ba3d2
+1
View File
@@ -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