Added argument support for post processors - examples in linuxcnc_post.py.

This commit is contained in:
Markus Lampert
2016-10-20 14:54:34 -07:00
committed by wmayer
parent 84161038c2
commit da94fb506a
10 changed files with 55 additions and 16 deletions

View File

@@ -69,7 +69,7 @@ FOOTER = 'M99'+'\n'
if open.__module__ == '__builtin__':
pythonopen = open
def export(selection,filename):
def export(selection,filename,argstring):
params = ['X','Y','Z','A','B','I','J','F','H','S','T','Q','R','L'] #Using XY plane most of the time so skipping K
for obj in selection:
if not hasattr(obj,"Path"):