build
doc
grbl
cpu_map
defaults
examples
grblUpload
grblUpload.ino
license.txt
config.h
coolant_control.c
coolant_control.h
cpu_map.h
defaults.h
eeprom.c
eeprom.h
gcode.c
gcode.h
grbl.h
limits.c
limits.h
main.c
motion_control.c
motion_control.h
nuts_bolts.c
nuts_bolts.h
planner.c
planner.h
print.c
print.h
probe.c
probe.h
protocol.c
protocol.h
report.c
report.h
serial.c
serial.h
settings.c
settings.h
spindle_control.c
spindle_control.h
stepper.c
stepper.h
system.c
system.h
.gitignore
COPYING
Makefile
README.md
- Re-organized source code files into a ‘grbl’ directory to lessen one step in compiling Grbl through the Arduino IDE. - Added an ‘examples’ directory with an upload .INO sketch to further simplify compiling and uploading Grbl via the Arduino IDE. - Updated the Makefile with regard to the source code no longer being in the root directory. All files generated by compiling is placed in a separate ‘build’ directory to keep things tidy. The makefile should operate in the same way as it did before.