Printrun icon indicating copy to clipboard operation
Printrun copied to clipboard

[FR] Add meatpack serial packing support

Open ellensp opened this issue 4 years ago • 0 comments

This is a feature request.

Meatpack is a gcode serial stream packing algorithm. It combines common pairs of characters into one byte for transmission.

Needs to be in the client and firmware.

Has been added to Marlin https://github.com/MarlinFirmware/Marlin/pull/20802 and is being added to Prusa-Firmware https://github.com/prusa3d/Prusa-Firmware/pull/2955 There is a octoprint plugin for this is https://github.com/scottmudge/OctoPrint-MeatPack The octoprint plugin is in python, so should be easy to implement in Printrun

ellensp avatar Jan 16 '21 06:01 ellensp