GRBL-Arduino-Library icon indicating copy to clipboard operation
GRBL-Arduino-Library copied to clipboard

Commands for the library

Open ciromaciel opened this issue 12 years ago • 0 comments

Hi Protoneer.

Suppose I want to run the following command:

void setup(){ startGrbl(); }

void loop(){ int result = grbl.exec_gcode(“G1 F300.0 Z-6.0”); }

What would be the best way to modify the library code?

Ciro

ciromaciel avatar Aug 25 '13 22:08 ciromaciel