Functions | |
| def | export (objectslist, filename, argstring) |
| def | linenumber () |
| def | parse (pathobj) |
| def | processArguments (argstring) |
Variables | |
| string | COMMAND_SPACE = " " |
| dictionary | CORNER_MAX = {"x": 500, "y": 300, "z": 300} |
| dictionary | CORNER_MIN = {"x": 0, "y": 0, "z": 0} |
| int | LINENR = 100 |
| string | MACHINE_NAME = "FABLIN" |
| bool | MODAL = False |
| now = datetime.datetime.now() | |
| bool | OUTPUT_COMMENTS = False |
| bool | OUTPUT_HEADER = False |
| bool | OUTPUT_LINE_NUMBERS = False |
| bool | OUTPUT_TOOL_CHANGE = False |
| string | POST_OPERATION = """""" |
| string | POSTAMBLE |
| string | PRE_OPERATION = """""" |
| string | PREAMBLE |
| pythonopen = open | |
| int | RAPID_FEEDRATE = 10000 |
| list | RAPID_MOVES = ["G0", "G00"] |
| bool | SHOW_EDITOR = True |
| list | SUPPRESS_COMMANDS = ["G98", "G80", "M6", "G17"] |
| string | TOOL_CHANGE = """""" |
| string | TOOLTIP_ARGS |
| string | UNITS = "" |
| def PathScripts.post.fablin_post.export | ( | objectslist, | |
| filename, | |||
| argstring | |||
| ) |
| def PathScripts.post.fablin_post.linenumber | ( | ) |
Referenced by PathScripts.post.fablin_post.export(), and PathScripts.post.fablin_post.parse().
| def PathScripts.post.fablin_post.parse | ( | pathobj | ) |
References PathScripts.post.fablin_post.linenumber(), and PathScripts.post.fablin_post.parse().
Referenced by PathScripts.post.fablin_post.export(), and PathScripts.post.fablin_post.parse().
| def PathScripts.post.fablin_post.processArguments | ( | argstring | ) |
Referenced by PathScripts.post.fablin_post.export().
| string PathScripts.post.fablin_post.COMMAND_SPACE = " " |
| dictionary PathScripts.post.fablin_post.CORNER_MAX = {"x": 500, "y": 300, "z": 300} |
| dictionary PathScripts.post.fablin_post.CORNER_MIN = {"x": 0, "y": 0, "z": 0} |
| int PathScripts.post.fablin_post.LINENR = 100 |
| string PathScripts.post.fablin_post.MACHINE_NAME = "FABLIN" |
| bool PathScripts.post.fablin_post.MODAL = False |
| PathScripts.post.fablin_post.now = datetime.datetime.now() |
| bool PathScripts.post.fablin_post.OUTPUT_COMMENTS = False |
| bool PathScripts.post.fablin_post.OUTPUT_HEADER = False |
| bool PathScripts.post.fablin_post.OUTPUT_LINE_NUMBERS = False |
| bool PathScripts.post.fablin_post.OUTPUT_TOOL_CHANGE = False |
| string PathScripts.post.fablin_post.POST_OPERATION = """""" |
| string PathScripts.post.fablin_post.POSTAMBLE |
| string PathScripts.post.fablin_post.PRE_OPERATION = """""" |
| string PathScripts.post.fablin_post.PREAMBLE |
| PathScripts.post.fablin_post.pythonopen = open |
Referenced by PathScripts.post.fablin_post.export().
| int PathScripts.post.fablin_post.RAPID_FEEDRATE = 10000 |
| list PathScripts.post.fablin_post.RAPID_MOVES = ["G0", "G00"] |
| bool PathScripts.post.fablin_post.SHOW_EDITOR = True |
| list PathScripts.post.fablin_post.SUPPRESS_COMMANDS = ["G98", "G80", "M6", "G17"] |
| string PathScripts.post.fablin_post.TOOL_CHANGE = """""" |
| string PathScripts.post.fablin_post.TOOLTIP_ARGS |
| string PathScripts.post.fablin_post.UNITS = "" |