Skip to content
forked from gnea/grbl

An open source, embedded, high performance g-code-parser and CNC milling controller written in optimized C that will run on a straight Arduino

License

Notifications You must be signed in to change notification settings

ManiacalLabs/grbl

 
 

Repository files navigation

GitHub Logo

Build Status

This repo is mainly a playground for custom Grbl versions created by Maniacal Labs, based on the official Grbl. We try to keep this up to date with the latest from official Grbl, but there is no guarantee.

The configs directory contains each custom version which are automatically built by Travis-CI, one per sub-directory. The contents of each directory is merged with the contents of the grbl directory and then built.

At the end of the CI build process the compiled hex files along with the full source trees that built each are uploaded to the builds branch.

You can find the hex files in the release directory and the sources in the code directory of this builds branch.

Finally, this entire repo has been updated to include a grbl.ino file for not only the main grbl source directory but with each sub-config as mentioned above. This means that there is no need to install any of this as a library in order to compile. Simple grab the code for either the main config or for one of the custom configs and open its corresponding grbl.ino file. Then build and upload as you normally would.

About

An open source, embedded, high performance g-code-parser and CNC milling controller written in optimized C that will run on a straight Arduino

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 70.6%
  • C++ 28.6%
  • Other 0.8%