Printrun/printrun
Guillaume Seguin 6826dad61d Use a regular expression to parse GCodes
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).
2013-05-18 21:16:09 +02:00
..
svg Making the whole package GNU GPLv3+. 2013-01-13 12:18:47 +01:00
SkeinforgeQuickEditDialog.py Making the whole package GNU GPLv3+. 2013-01-13 12:18:47 +01:00
__init__.py Initial work towards a setup.py build system 2012-07-31 10:51:17 +02:00
bmpDisplay.py Making the whole package GNU GPLv3+. 2013-01-13 12:18:47 +01:00
bufferedcanvas.py Adding w,h parameters to BufferedCanvas.draw 2013-05-02 15:00:36 -07:00
calibrateextruder.py Making the whole package GNU GPLv3+. 2013-01-13 12:18:47 +01:00
gcoder.py Use a regular expression to parse GCodes 2013-05-18 21:16:09 +02:00
gcview.py Making the whole package GNU GPLv3+. 2013-01-13 12:18:47 +01:00
graph.py Set transparent brush for painting temp graph's background 2013-05-17 16:21:21 +02:00
gui.py Expand gauges as much as possible 2013-05-17 17:53:05 +02:00
gviz.py Merge branch 'experimental' of github.com:kliment/Printrun into experimental 2013-05-18 19:14:21 +02:00
printrun_utils.py Making the whole package GNU GPLv3+. 2013-01-13 12:18:47 +01:00
projectlayer.py Semi-automated coding style cleanup 2012-08-08 09:38:48 +02:00
pronterface_widgets.py Expand gauges as much as possible 2013-05-17 17:53:05 +02:00
stltool.py More automated cleanup 2012-08-08 09:58:09 +02:00
stlview.py More automated cleanup 2012-08-08 09:58:09 +02:00
xybuttons.py Setting BufferedCanvas sizes at creation. 2013-05-02 15:05:37 -07:00
zbuttons.py Setting BufferedCanvas sizes at creation. 2013-05-02 15:05:37 -07:00
zscaper.py More automated cleanup 2012-08-08 09:58:09 +02:00