Read GCODE from a laptop and parse it into usable structures.

Dependencies:   MODSERIAL mbed

Dependents:   DrawBot

Fork of gCodeParser by Alejandro Jimenez

Revision:
2:6e824fbbe94e
Parent:
1:7818b02dde4b
diff -r 7818b02dde4b -r 6e824fbbe94e gparser.h
--- a/gparser.h	Tue Apr 29 21:51:12 2014 +0000
+++ b/gparser.h	Wed Apr 30 01:46:44 2014 +0000
@@ -4,7 +4,7 @@
 #include "MODSERIAL.h"
 
 #define CMD_BUFFER_SIZE 200
-#define CMD_LIST_SIZE 512
+#define CMD_LIST_SIZE 1024
 
 // struct to hold a Gcode command
 typedef struct {