-
Notifications
You must be signed in to change notification settings - Fork 21
Home
villamany edited this page Feb 16, 2015
·
17 revisions
3dpBurner Sender is a simple and easy to use application for controlling and sending Gcode files to GRBL based devices. (works under Windows and requires .NET Framework v4+).
It has profiles for control 2 axis lasers, 3 axis lasers and 3 axis milling machines. 3dpBurner Sender try to maintain the 127 bytes of GRBL RX buffer full, as recomended on GRBL Wiki page (uses the advanced character counting streaming protocol).
3dpBurner-Sender also do the next jobs before sending a file, for minimizing the streaming data count and processing time on Arduino:
-Remove all white spaces from Gcode lines.
-Remove comment lines (begining by'(').
-Uppercase character lines.