Function bgcode_parser

Source
pub fn bgcode_parser(input: &[u8]) -> IResult<&[u8], Bgcode<'_>, BlockError>
Expand description

Parses a binary gcode

Fast version checksum is logged but not validated.

ยงErrors

When the bytes stream is not a valid file.