Decode a MeatPack byte stream to plain G-code, bounded to limit output bytes (decompression-bomb
defense). Both bgcode GCode encodings (MeatPack, MeatPack-comments) decode through this identically —
comment preservation is an encoder choice; the decoder simply reproduces the packed bytes.
Decode a MeatPack byte stream to plain G-code, bounded to
limitoutput bytes (decompression-bomb defense). Both bgcode GCode encodings (MeatPack, MeatPack-comments) decode through this identically — comment preservation is an encoder choice; the decoder simply reproduces the packed bytes.