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

This commit is contained in:
Markus Lampert
2016-11-02 10:58:35 +01:00
committed by wmayer
parent 84161038c2
commit da94fb506a
10 changed files with 55 additions and 16 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ if open.__module__ == '__builtin__':
pythonopen = open
def export(objectslist, filename):
def export(objectslist, filename,argstring):
"called when freecad exports a list of objects"
if len(objectslist) > 1:
print "This script is unable to write more than one Path object"