Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 544 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 544 Bytes

GCode Processor Build Status Coverity Scan Build Status

To compile it (on Linux):

$ mkdir build && cd build
$ cmake ..
$ make

This will create an executable file in build/src called GCodeProcessor.

Check out the documentation here!