Functions | |
def | addfooter () |
def | addheader () |
def | convertgcode (cmd, args, state) |
def | convertobject (obj) |
def | export (objectslist, filename, argstring) |
def | feed (x=None, y=None, z=None, state=None) |
def | home () |
def | jog (x=None, y=None, z=None, state=None) |
def | mm2cord (mm) |
def | motoroff () |
def | motoron () |
def | parse (inputstring) |
def | setjog () |
def | speed (xy=None, z=None, state=None) |
def | xyarc (args, state) |
Variables | |
pythonopen = open | |
string | TOOLTIP |
def PathScripts.post.rml_post.addfooter | ( | ) |
Referenced by PathScripts.post.rml_post.parse().
def PathScripts.post.rml_post.addheader | ( | ) |
Referenced by PathScripts.post.rml_post.parse().
def PathScripts.post.rml_post.convertgcode | ( | cmd, | |
args, | |||
state | |||
) |
Convert a single gcode command to equivalent Roland code
References PathScripts.post.rml_post.feed(), PathScripts.post.rml_post.jog(), PathScripts.post.rml_post.speed(), and PathScripts.post.rml_post.xyarc().
Referenced by PathScripts.post.rml_post.parse().
def PathScripts.post.rml_post.convertobject | ( | obj | ) |
References PathScripts.post.rml_post.parse().
Referenced by PathScripts.post.rml_post.export().
def PathScripts.post.rml_post.export | ( | objectslist, | |
filename, | |||
argstring | |||
) |
def PathScripts.post.rml_post.feed | ( | x = None , |
|
y = None , |
|||
z = None , |
|||
state = None |
|||
) |
References PathScripts.post.rml_post.mm2cord().
Referenced by PathScripts.post.rml_post.convertgcode(), and PathScripts.post.rml_post.xyarc().
def PathScripts.post.rml_post.home | ( | ) |
Referenced by PathScripts.post.rml_post.parse().
def PathScripts.post.rml_post.jog | ( | x = None , |
|
y = None , |
|||
z = None , |
|||
state = None |
|||
) |
References PathScripts.post.rml_post.mm2cord().
Referenced by PathScripts.post.rml_post.convertgcode().
def PathScripts.post.rml_post.mm2cord | ( | mm | ) |
Referenced by PathScripts.post.rml_post.feed(), and PathScripts.post.rml_post.jog().
def PathScripts.post.rml_post.motoroff | ( | ) |
Referenced by PathScripts.post.rml_post.parse().
def PathScripts.post.rml_post.motoron | ( | ) |
Referenced by PathScripts.post.rml_post.parse().
def PathScripts.post.rml_post.parse | ( | inputstring | ) |
References PathScripts.post.rml_post.addfooter(), PathScripts.post.rml_post.addheader(), PathScripts.post.rml_post.convertgcode(), PathScripts.post.rml_post.home(), PathScripts.post.rml_post.motoroff(), PathScripts.post.rml_post.motoron(), and PathScripts.post.rml_post.speed().
Referenced by PathScripts.post.rml_post.convertobject().
def PathScripts.post.rml_post.setjog | ( | ) |
def PathScripts.post.rml_post.speed | ( | xy = None , |
|
z = None , |
|||
state = None |
|||
) |
Referenced by PathScripts.post.rml_post.convertgcode(), and PathScripts.post.rml_post.parse().
def PathScripts.post.rml_post.xyarc | ( | args, | |
state | |||
) |
References PathScripts.post.rml_post.feed().
Referenced by PathScripts.post.rml_post.convertgcode().
PathScripts.post.rml_post.pythonopen = open |
Referenced by PathScripts.post.rml_post.export().
string PathScripts.post.rml_post.TOOLTIP |