Functions | |
def | angleUnder180 (command, lastX, lastY, x, y, i, j) |
def | export (objectslist, filename, argstring) |
def | linenumberify (GCodeString) |
def | mapGCode (command) |
def | mkHeader (selection) |
def | processArguments (argstring) |
Variables | |
bool | ABSOLUTE_CIRCLE_CENTER = True |
action | |
int | AXIS_DECIMALS = 3 |
string | COMMAND_SPACE = " " |
string | COMMENT = "" |
dictionary | CORNER_MAX = {"x": 591.5, "y": 391.498, "z": 391.5} |
dictionary | CORNER_MIN = {"x": -51.877, "y": 0, "z": 0} |
int | FEED_DECIMALS = 2 |
string | GCODE_FOOTER = "M30" |
string | GCODE_HEADER = "" |
dictionary | GCODE_MAP |
help | |
int | linenr = 0 |
int | LINENUMBER_INCREMENT = 1 |
bool | LINENUMBERS = True |
string | MACHINE_NAME = "Maho 600E" |
bool | MODAL = True |
list | MODALPARAMS = ["X", "Y", "Z", "S", "F"] |
parser = argparse.ArgumentParser(prog="philips", add_help=False) | |
pythonopen = open | |
bool | RADIUS_COMMENT = True |
bool | SHOW_EDITOR = True |
int | SPINDLE_DECIMALS = 0 |
int | STARTLINENR = 1 |
bool | SUPPRESS_ZERO_FEED = True |
bool | SWAP_G2_G3 = True |
tuple | SWAP_Y_Z |
string | TOOLTIP |
TOOLTIP_ARGS = parser.format_help() | |
string | UNITS = "G21" |
bool | UNITS_INCLUDED = False |
bool | USE_RADIUS_IF_POSSIBLE = True |
def PathScripts.post.philips_post.angleUnder180 | ( | command, | |
lastX, | |||
lastY, | |||
x, | |||
y, | |||
i, | |||
j | |||
) |
Referenced by PathScripts.post.philips_post.export().
def PathScripts.post.philips_post.export | ( | objectslist, | |
filename, | |||
argstring | |||
) |
def PathScripts.post.philips_post.linenumberify | ( | GCodeString | ) |
Referenced by PathScripts.post.philips_post.export(), and PathScripts.post.philips_post.mkHeader().
def PathScripts.post.philips_post.mapGCode | ( | command | ) |
Referenced by PathScripts.post.philips_post.export().
def PathScripts.post.philips_post.mkHeader | ( | selection | ) |
References PathScripts.post.philips_post.linenumberify().
Referenced by PathScripts.post.philips_post.export().
def PathScripts.post.philips_post.processArguments | ( | argstring | ) |
bool PathScripts.post.philips_post.ABSOLUTE_CIRCLE_CENTER = True |
PathScripts.post.philips_post.action |
int PathScripts.post.philips_post.AXIS_DECIMALS = 3 |
string PathScripts.post.philips_post.COMMAND_SPACE = " " |
string PathScripts.post.philips_post.COMMENT = "" |
dictionary PathScripts.post.philips_post.CORNER_MAX = {"x": 591.5, "y": 391.498, "z": 391.5} |
dictionary PathScripts.post.philips_post.CORNER_MIN = {"x": -51.877, "y": 0, "z": 0} |
int PathScripts.post.philips_post.FEED_DECIMALS = 2 |
string PathScripts.post.philips_post.GCODE_FOOTER = "M30" |
string PathScripts.post.philips_post.GCODE_HEADER = "" |
dictionary PathScripts.post.philips_post.GCODE_MAP |
PathScripts.post.philips_post.help |
int PathScripts.post.philips_post.linenr = 0 |
int PathScripts.post.philips_post.LINENUMBER_INCREMENT = 1 |
bool PathScripts.post.philips_post.LINENUMBERS = True |
string PathScripts.post.philips_post.MACHINE_NAME = "Maho 600E" |
bool PathScripts.post.philips_post.MODAL = True |
list PathScripts.post.philips_post.MODALPARAMS = ["X", "Y", "Z", "S", "F"] |
PathScripts.post.philips_post.parser = argparse.ArgumentParser(prog="philips", add_help=False) |
PathScripts.post.philips_post.pythonopen = open |
Referenced by PathScripts.post.philips_post.export().
bool PathScripts.post.philips_post.RADIUS_COMMENT = True |
bool PathScripts.post.philips_post.SHOW_EDITOR = True |
int PathScripts.post.philips_post.SPINDLE_DECIMALS = 0 |
int PathScripts.post.philips_post.STARTLINENR = 1 |
bool PathScripts.post.philips_post.SUPPRESS_ZERO_FEED = True |
bool PathScripts.post.philips_post.SWAP_G2_G3 = True |
tuple PathScripts.post.philips_post.SWAP_Y_Z |
string PathScripts.post.philips_post.TOOLTIP |
PathScripts.post.philips_post.TOOLTIP_ARGS = parser.format_help() |
string PathScripts.post.philips_post.UNITS = "G21" |
bool PathScripts.post.philips_post.UNITS_INCLUDED = False |
bool PathScripts.post.philips_post.USE_RADIUS_IF_POSSIBLE = True |