• 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
images Loading commit data...
locale Loading commit data...
printrun Loading commit data...
server Loading commit data...
testfiles Loading commit data...
.gitignore Loading commit data...
COPYING Loading commit data...
GCodeAnalyzer.py Loading commit data...
P-face.ico Loading commit data...
P-face.png Loading commit data...
README.cleanup Loading commit data...
README.i18n Loading commit data...
README.md Loading commit data...
auth.config Loading commit data...
custombtn.txt Loading commit data...
dot.pronsolerc.example Loading commit data...
http.config Loading commit data...
plater.ico Loading commit data...
plater.png Loading commit data...
plater.py Loading commit data...
printcore.py Loading commit data...
pronserve.py Loading commit data...
pronsole.ico Loading commit data...
pronsole.png Loading commit data...
pronsole.py Loading commit data...
pronterface.py Loading commit data...
setup.py Loading commit data...