minor edit
This commit is contained in:
parent
3ead6a02e7
commit
2207acdf2b
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
Grbl - An embedded rs274/ngc (g-code) interpreter, cartesian bot controller, readout and exerciser for the AVR series of microcontrollers.
|
Grbl - An embedded rs274/ngc (g-code) interpreter, CNC 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:
|
||||||
|
|
@ -10,7 +10,7 @@ Status:
|
||||||
Goals:
|
Goals:
|
||||||
* Runs on the atmega168
|
* Runs on the atmega168
|
||||||
* Runs on a standard Arduino
|
* Runs on a standard Arduino
|
||||||
* Suitable for both milling and deposition fabrication
|
* Suitable for both milling and deposition fabrication (e.g. RepRap)
|
||||||
* 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
|
||||||
* Optional support for automated cutter length calibration when milling
|
* Optional support for automated cutter length calibration when milling
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue