Home
Jim Morris edited this page Aug 11, 2013
·
8 revisions
Pages 4
Clone this wiki locally
Smoothie is a free, opensource, high performance G-code interpreter and CNC controller written in Object-Oriented C++ for the LPC17xx micro-controller ( ARM Cortex M3 architecture ). It will run on a mBed, a LPCXpresso, a SmoothieBoard, R2C2 or any other LPC17xx-based board. The motion control part is a port of the awesome grbl.
Documentation can be found here : http://smoothieware.org/
Current Pre built binary of edge build: Binary
You need the CodeSourcery toolchain to compile. Then simply do :
make clean all flash
Need to debug a crash: Debugging Smoothie