mirror of
https://github.com/gnea/grbl-Mega.git
synced 2026-08-19 01:22:53 +08:00
Beta pre-processor script used to clean and streamline g-code for streaming and converts G02/03 arcs into linear segments. Allows for full acceleration support if the pre-processed g-code is then streamed to grill, sans G02/03 arcs. Added a simple example streaming script for Python users.