pub fn extract_gcode( input: &[u8], ) -> IResult<&[u8], Vec<GCodeBlock<'_>>, BlockError>
Extracts gcode block from a binary gcode file.
When the parsing fails.