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