Added argument support for post processors - examples in linuxcnc_post.py.
This commit is contained in:
@@ -39,7 +39,7 @@ if open.__module__ == '__builtin__':
|
||||
pythonopen = open
|
||||
|
||||
|
||||
def export(objectslist, filename):
|
||||
def export(objectslist, filename,argstring):
|
||||
output = '''(This ouput produced with the dump post processor)
|
||||
(Dump is useful for inspecting the raw commands in your paths)
|
||||
(but is not useful for driving machines.)
|
||||
|
||||
Reference in New Issue
Block a user