Skip to content

Commit

Permalink
Fixed selection of the job for post processing.
Browse files Browse the repository at this point in the history
  • Loading branch information
ml authored and mlampert committed Oct 18, 2016
1 parent ebb5bb9 commit dffb449
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Mod/Path/PathScripts/PathPost.py
Expand Up @@ -60,13 +60,13 @@ def Activated(self):
translate("Path_Post", "Post Process the Selected path(s)"))
FreeCADGui.addModule("PathScripts.PathPost")
# select the Path Job that you want to post output from
obj = FreeCADGui.Selection.getSelection()
obj = FreeCADGui.Selection.getCompleteSelection()

# default to the dumper post and default .tap file
postname = "dumper"
filename = "tmp.tap"

print "in activated"
print "in activated %s" %(obj)

# check if the user has a project and has set the default post and
# output filename
Expand Down

0 comments on commit dffb449

Please sign in to comment.