Currently it is not possible to parse GCode that was generated on computers with non US language setting. The parsing of int/double is not culture-invariant.
Add CultureInfo.InvariantCulture to the int/double parsing calls in GenericGCodeParser.parse_value_param