Classes | |
class | GCodeEditorDialog |
class | GCodeHighlighter |
Functions | |
def | editor (gcode) |
def | fcoms (string, commentsym) |
def | fmt (num, dec, units) |
def | splitArcs (path) |
def | stringsplit (commandline) |
Variables | |
FreeCADGui = None | |
translate = FreeCAD.Qt.translate | |
def PathScripts.PostUtils.editor | ( | gcode | ) |
Pops up a handy little editor to look at the code output.
def PathScripts.PostUtils.fcoms | ( | string, | |
commentsym | |||
) |
Filter and rebuild comments with user preferred comment symbol.
def PathScripts.PostUtils.fmt | ( | num, | |
dec, | |||
units | |||
) |
Use to format axis moves, feedrate, etc for decimal places and units.
def PathScripts.PostUtils.splitArcs | ( | path | ) |
Filter a path object and replace all G2/G3 moves with discrete G1 moves. Returns a Path object.
def PathScripts.PostUtils.stringsplit | ( | commandline | ) |
PathScripts.PostUtils.FreeCADGui = None |
PathScripts.PostUtils.translate = FreeCAD.Qt.translate |