diff --git a/software/GCodeParser/process_string.ino b/software/GCodeParser/process_string.ino index 665ea61..10028b6 100644 --- a/software/GCodeParser/process_string.ino +++ b/software/GCodeParser/process_string.ino @@ -451,7 +451,7 @@ void process_string(char instruction[], int size) //look for the number that appears after the char key and return it double search_string(char key, char instruction[], int string_size) { - char temp[10] = ""; + char temp[11] = ""; for (byte i=0; i