Classes | |
class | GCodeEditorDialog |
class | GCodeHighlighter |
Functions | |
def | editor (gcode) |
def | fcoms (string, commentsym) |
def | fmt (num, dec, units) |
def | stringsplit (commandline) |
Variables | |
FreeCADGui = None | |
Function Documentation
◆ editor()
def PathScripts.PostUtils.editor | ( | gcode | ) |
pops up a handy little editor to look at the code output
◆ fcoms()
def PathScripts.PostUtils.fcoms | ( | string, | |
commentsym | |||
) |
filter and rebuild comments with user preferred comment symbol
◆ fmt()
def PathScripts.PostUtils.fmt | ( | num, | |
dec, | |||
units | |||
) |
used to format axis moves, feedrate, etc for decimal places and units
◆ stringsplit()
def PathScripts.PostUtils.stringsplit | ( | commandline | ) |
Variable Documentation
◆ FreeCADGui
PathScripts.PostUtils.FreeCADGui = None |