Functions | |
| def | export (objectslist, filename, argstring) |
| def | linenumber () |
| def | parse (pathobj) |
| def | processArguments (argstring) |
| def | sendToSmoothie (ip, GCODE, fname) |
Variables | |
| action | |
| string | COMMAND_SPACE = " " |
| dictionary | CORNER_MAX = {"x": 500, "y": 300, "z": 300} |
| dictionary | CORNER_MIN = {"x": 0, "y": 0, "z": 0} |
| default | |
| help | |
| IP_ADDR = None | |
| int | LINENR = 100 |
| string | MACHINE_NAME = "SmoothieBoard" |
| bool | MODAL = False |
| now = datetime.datetime.now() | |
| bool | OUTPUT_COMMENTS = True |
| bool | OUTPUT_HEADER = True |
| bool | OUTPUT_LINE_NUMBERS = False |
| parser = argparse.ArgumentParser(prog="linuxcnc", add_help=False) | |
| string | POST_OPERATION = """""" |
| string | POSTAMBLE |
| string | PRE_OPERATION = """""" |
| string | PREAMBLE |
| int | PRECISION = 5 |
| pythonopen = open | |
| bool | SHOW_EDITOR = True |
| float | SPINDLE_SPEED = 0.0 |
| string | TOOL_CHANGE = """""" |
| string | TOOLTIP |
| TOOLTIP_ARGS = parser.format_help() | |
| string | UNIT_FORMAT = "mm" |
| string | UNIT_SPEED_FORMAT = "mm/min" |
| string | UNITS = "G21" |
| bool | VERBOSE = False |
| def PathScripts.post.smoothie_post.export | ( | objectslist, | |
| filename, | |||
| argstring | |||
| ) |
| def PathScripts.post.smoothie_post.linenumber | ( | ) |
Referenced by PathScripts.post.smoothie_post.export(), and PathScripts.post.smoothie_post.parse().
| def PathScripts.post.smoothie_post.parse | ( | pathobj | ) |
References PathScripts.post.smoothie_post.linenumber(), and PathScripts.post.smoothie_post.parse().
Referenced by PathScripts.post.smoothie_post.export(), and PathScripts.post.smoothie_post.parse().
| def PathScripts.post.smoothie_post.processArguments | ( | argstring | ) |
Referenced by PathScripts.post.smoothie_post.export().
| def PathScripts.post.smoothie_post.sendToSmoothie | ( | ip, | |
| GCODE, | |||
| fname | |||
| ) |
Referenced by PathScripts.post.smoothie_post.export().
| PathScripts.post.smoothie_post.action |
| string PathScripts.post.smoothie_post.COMMAND_SPACE = " " |
| dictionary PathScripts.post.smoothie_post.CORNER_MAX = {"x": 500, "y": 300, "z": 300} |
| dictionary PathScripts.post.smoothie_post.CORNER_MIN = {"x": 0, "y": 0, "z": 0} |
| PathScripts.post.smoothie_post.default |
| PathScripts.post.smoothie_post.help |
| PathScripts.post.smoothie_post.IP_ADDR = None |
| int PathScripts.post.smoothie_post.LINENR = 100 |
| string PathScripts.post.smoothie_post.MACHINE_NAME = "SmoothieBoard" |
| bool PathScripts.post.smoothie_post.MODAL = False |
| PathScripts.post.smoothie_post.now = datetime.datetime.now() |
| bool PathScripts.post.smoothie_post.OUTPUT_COMMENTS = True |
| bool PathScripts.post.smoothie_post.OUTPUT_HEADER = True |
| bool PathScripts.post.smoothie_post.OUTPUT_LINE_NUMBERS = False |
| PathScripts.post.smoothie_post.parser = argparse.ArgumentParser(prog="linuxcnc", add_help=False) |
| string PathScripts.post.smoothie_post.POST_OPERATION = """""" |
| string PathScripts.post.smoothie_post.POSTAMBLE |
| string PathScripts.post.smoothie_post.PRE_OPERATION = """""" |
| string PathScripts.post.smoothie_post.PREAMBLE |
| int PathScripts.post.smoothie_post.PRECISION = 5 |
| PathScripts.post.smoothie_post.pythonopen = open |
Referenced by PathScripts.post.smoothie_post.export().
| bool PathScripts.post.smoothie_post.SHOW_EDITOR = True |
| float PathScripts.post.smoothie_post.SPINDLE_SPEED = 0.0 |
| string PathScripts.post.smoothie_post.TOOL_CHANGE = """""" |
| string PathScripts.post.smoothie_post.TOOLTIP |
| PathScripts.post.smoothie_post.TOOLTIP_ARGS = parser.format_help() |
| string PathScripts.post.smoothie_post.UNIT_FORMAT = "mm" |
| string PathScripts.post.smoothie_post.UNIT_SPEED_FORMAT = "mm/min" |
| string PathScripts.post.smoothie_post.UNITS = "G21" |
| bool PathScripts.post.smoothie_post.VERBOSE = False |