minor edit

This commit is contained in:
Simen Svale Skogsrud 2009-01-26 09:35:23 +01:00
parent 8108f64c74
commit bd9c1a31f6

View File

@ -1,4 +1,4 @@
Grbl - An embedded rs274/ngc (g-code) interpreter, cartesian bot controller, readout and exerciser Grbl - An embedded rs274/ngc (g-code) interpreter, cartesian bot controller, readout and exerciser for the AVR series of microcontrollers.
Inspired by the Arduino GCode Interpreter by Mike Ellery Inspired by the Arduino GCode Interpreter by Mike Ellery
Status: Status:
@ -8,6 +8,8 @@ Status:
* As of yet completely untested in a real environemnt. Still waiting for my micRo kit from Lumenlab.com * As of yet completely untested in a real environemnt. Still waiting for my micRo kit from Lumenlab.com
Goals: Goals:
* Runs on the atmega168
* Runs on the Arduino boards with at least an atmega168
* Suitable for both milling and deposition fabrication * Suitable for both milling and deposition fabrication
* Support GCode from common free and cheap CAM-packages right out of the box * Support GCode from common free and cheap CAM-packages right out of the box
* Optional support for a alphanumeric LCD readout, a joystick and a few buttons for program control * Optional support for a alphanumeric LCD readout, a joystick and a few buttons for program control