Fixed TC modality in post processor driver.

This commit is contained in:
Markus Lampert
2018-05-21 08:48:38 -07:00
committed by wmayer
parent 2dd0f1f8f6
commit 48aa0ba3d2

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