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 0efa65a8b9
commit 70b445a099
10 changed files with 55 additions and 16 deletions

View File

@@ -44,7 +44,7 @@ if open.__module__ == '__builtin__':
# Entrypoint used by FreeCAD
def export(objectslist, filename):
def export(objectslist, filename, argstring):
"Export objects as Roland Modela code."
code = ""