grbl-LPC-CoreXY/readme.txt

27 lines
1.2 KiB
Plaintext
Raw Normal View History

2009-01-27 11:30:23 +01:00
Grbl - An embedded rs274/ngc (g-code) interpreter, CNC controller, readout and exerciser for the AVR series of microcontrollers.
2009-01-25 00:48:56 +01:00
Inspired by the Arduino GCode Interpreter by Mike Ellery
2009-01-25 00:57:02 +01:00
Status:
2009-01-29 09:58:29 +01:00
* Linear interpolation machine control complete (Arc support in embryonic state)
* Buffered, non blocking, asynchronous stepping so the rest of the system is free to generate new steps and parse
g-code while the steppers are still steppin'
2009-01-25 00:57:02 +01:00
* GCode interpreter complete
* Basic serial protocol complete
* As of yet completely untested in a real environemnt. Still waiting for my micRo kit from Lumenlab.com
2009-01-25 00:48:56 +01:00
Goals:
2009-01-26 09:35:23 +01:00
* Runs on the atmega168
2009-01-27 11:22:04 +01:00
* Runs on a standard Arduino
2009-01-27 11:30:23 +01:00
* Suitable for both milling and deposition fabrication (e.g. RepRap)
2009-01-25 00:48:56 +01:00
* 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 automated cutter length calibration when milling
* Support "headless" fabrication by buffering all code to SD-card or similar
Limitations:
2009-01-27 11:22:04 +01:00
* Limited GCode-support. Focus on the kind of GCode produced by CAM tools. Leave human GCoders frustrated.
2009-01-29 09:58:29 +01:00
* No rotation axes, only x, y and z.
2009-01-27 11:22:04 +01:00
2009-01-25 00:48:56 +01:00