Added argument support for post processors - examples in linuxcnc_post.py.
This commit is contained in:
@@ -71,7 +71,7 @@ def lineout(command, oldvals, modal):
|
||||
line += "F"+str(ffmt(command.Parameters['F']))
|
||||
return line
|
||||
|
||||
def export(obj,filename):
|
||||
def export(obj,filename,argstring):
|
||||
modal=True
|
||||
commands = obj[0]
|
||||
gcode = ''
|
||||
|
||||
Reference in New Issue
Block a user