Functions | |
| def | append (line) |
| def | append0 (line) |
| def | export (objectslist, filename, argstring) |
| def | linenumber () |
| def | parse (pathobj) |
| def | processArguments (argstring) |
| def PathScripts.post.uccnc_post.append | ( | line | ) |
References PathScripts.post.uccnc_post.linenumber().
Referenced by PathScripts.post.uccnc_post.export().
| def PathScripts.post.uccnc_post.append0 | ( | line | ) |
Referenced by PathScripts.post.uccnc_post.export().
| def PathScripts.post.uccnc_post.export | ( | objectslist, | |
| filename, | |||
| argstring | |||
| ) |
| def PathScripts.post.uccnc_post.linenumber | ( | ) |
Referenced by PathScripts.post.uccnc_post.append(), and PathScripts.post.uccnc_post.parse().
| def PathScripts.post.uccnc_post.parse | ( | pathobj | ) |
References PathScripts.post.uccnc_post.linenumber(), and PathScripts.post.uccnc_post.parse().
Referenced by PathScripts.post.uccnc_post.export(), and PathScripts.post.uccnc_post.parse().
| def PathScripts.post.uccnc_post.processArguments | ( | argstring | ) |
Referenced by PathScripts.post.uccnc_post.export().
| PathScripts.post.uccnc_post.action |
| string PathScripts.post.uccnc_post.COMMAND_SPACE = " " |
| PathScripts.post.uccnc_post.default |
| string PathScripts.post.uccnc_post.GCODE_PROCESSOR = "UC-CNC" |
Other configuration settings #.
| string PathScripts.post.uccnc_post.HEADER |
| PathScripts.post.uccnc_post.help |
| int PathScripts.post.uccnc_post.LINE_NUMBER_START = 0 |
| int PathScripts.post.uccnc_post.LINE_NUMBER_STEP = 1 |
| int PathScripts.post.uccnc_post.LINENR = 0 |
| bool PathScripts.post.uccnc_post.MODAL = False |
| PathScripts.post.uccnc_post.now = datetime.datetime.now() |
| bool PathScripts.post.uccnc_post.OUTPUT_COMMENTS = True |
| bool PathScripts.post.uccnc_post.OUTPUT_HEADER = True |
| bool PathScripts.post.uccnc_post.OUTPUT_LINE_NUMBERS = False |
| PathScripts.post.uccnc_post.parser = argparse.ArgumentParser(prog=__name__, add_help=False) |
No more configuration settings after this line #.
| string PathScripts.post.uccnc_post.POST_OPERATION = """""" |
| string PathScripts.post.uccnc_post.POSTAMBLE = POSTAMBLE_DEFAULT |
| string PathScripts.post.uccnc_post.POSTAMBLE_DEFAULT |
| string PathScripts.post.uccnc_post.POSTAMBLE_DEFAULT_NO_COMMENT |
| string PathScripts.post.uccnc_post.PRE_OPERATION = """""" |
| string PathScripts.post.uccnc_post.PREAMBLE = PREAMBLE_DEFAULT |
| string PathScripts.post.uccnc_post.PREAMBLE_DEFAULT |
| string PathScripts.post.uccnc_post.PREAMBLE_DEFAULT_NO_COMMENT |
| int PathScripts.post.uccnc_post.PRECISION = 3 |
| int PathScripts.post.uccnc_post.problems_count = 0 |
| string PathScripts.post.uccnc_post.PROG_NAME = "prog1" |
| PathScripts.post.uccnc_post.pythonopen = open |
Referenced by PathScripts.post.uccnc_post.export().
| bool PathScripts.post.uccnc_post.REPEAT_ARGUMENTS = False |
| bool PathScripts.post.uccnc_post.SHOW_EDITOR = True |
| string PathScripts.post.uccnc_post.TOOL_CHANGE = """""" |
| string PathScripts.post.uccnc_post.TOOLTIP |
| PathScripts.post.uccnc_post.TOOLTIP_ARGS = parser.format_help() |
| bool PathScripts.post.uccnc_post.trace_gcode = False |
| bool PathScripts.post.uccnc_post.UNIT_DEFAULT_CHANGED = False |
| string PathScripts.post.uccnc_post.UNIT_FORMAT = UNIT_FORMAT_METRIC |
| string PathScripts.post.uccnc_post.UNIT_FORMAT_METRIC = "mm" |
| string PathScripts.post.uccnc_post.UNIT_FORMAT_US_IMP = "in" |
| string PathScripts.post.uccnc_post.UNIT_SPEED_FORMAT = UNIT_SPEED_FORMAT_METRIC |
| string PathScripts.post.uccnc_post.UNIT_SPEED_FORMAT_METRIC = "mm/min" |
| string PathScripts.post.uccnc_post.UNIT_SPEED_FORMAT_US_IMP = "in/min" |
| string PathScripts.post.uccnc_post.UNITS = UNITS_METRIC |
| string PathScripts.post.uccnc_post.UNITS_METRIC = "G21" |
| string PathScripts.post.uccnc_post.UNITS_US_IMP = "G20" |
| bool PathScripts.post.uccnc_post.USE_TLO = False |
| string PathScripts.post.uccnc_post.VERSION = "0.0.4" |
| int PathScripts.post.uccnc_post.warnings_count = 0 |