From b4072a3a5e29414e30b75802663f4d3c735a9f67 Mon Sep 17 00:00:00 2001 From: Sonny Jeon Date: Wed, 12 Dec 2012 17:16:24 -0700 Subject: [PATCH] Changed README to markdown --- readme.textile => README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename readme.textile => README.md (97%) diff --git a/readme.textile b/README.md similarity index 97% rename from readme.textile rename to README.md index cef726c..11aa08f 100755 --- a/readme.textile +++ b/README.md @@ -2,7 +2,7 @@ h1. Grbl - An embedded g-code interpreter and motion-controller for the Arduino/ Grbl is a no-compromise, high performance, low cost alternative to parallel-port-based motion control for CNC milling. It will run on a vanilla Arduino (Duemillanove/Uno) as long as it sports an Atmega 328. -The controller is written in highly optimized C utilizing every clever feature of the AVR-chips to achieve precise timing and asynchronous operation. It is able to maintain more than 30kHz of stable, jitter free control pulses. +The controller is written in highly optimized C utilizing every clever feature of the AVR-chips to achieve precise timing and asynchronous operation. It is able to m aintain more than 30kHz of stable, jitter free control pulses. It accepts standards-compliant G-code and has been tested with the output of several CAM tools with no problems. Arcs, circles and helical motion are fully supported, as well as, other basic functional g-code commands. Functions and variables are not currently supported, but may be included in future releases in a form of a pre-processor.