• Guillaume Seguin's avatar
    Use a regular expression to parse GCodes · 6826dad6
    Guillaume Seguin authored
    This should parse parentheses correctly and handle (valid) gcodes such as
    G1X2Y3, while before we were assuming spaces between tokens (which is wrong as
    per the G-Code spec). This should fix req #333 in a clean and systematic way.
    This is also a component for #343 (Marlin M114 response is in the form ok C:
    X11Y22Z33E44, which we can parse with the same expression).
    6826dad6
Name
Last commit
Last update
..
svg Loading commit data...
SkeinforgeQuickEditDialog.py Loading commit data...
__init__.py Loading commit data...
bmpDisplay.py Loading commit data...
bufferedcanvas.py Loading commit data...
calibrateextruder.py Loading commit data...
gcoder.py Loading commit data...
gcview.py Loading commit data...
graph.py Loading commit data...
gui.py Loading commit data...
gviz.py Loading commit data...
printrun_utils.py Loading commit data...
projectlayer.py Loading commit data...
pronterface_widgets.py Loading commit data...
stltool.py Loading commit data...
stlview.py Loading commit data...
xybuttons.py Loading commit data...
zbuttons.py Loading commit data...
zscaper.py Loading commit data...