PATH: post processor tweaks and loop select.

rename generic_post.py: This is actually a post specific to a machine.  The generic name is confusing
fix test case. Contour has no plunge angle
scrubbing postprocessors for python 2 style prints
Keep loop select usable when task panel is open.
This commit is contained in:
sliptonic
2017-01-19 11:16:44 -06:00
committed by wmayer
parent 17a3d1e81f
commit 899e57fc35
13 changed files with 543 additions and 529 deletions

View File

@@ -180,7 +180,7 @@ def export(objectslist,filename,argstring):
print("done postprocessing.")
gfile = pythonopen(filename,"wb")
gfile.write(gcode)
gfile.write(final)
gfile.close()