From 3ead6a02e743af8b1cda4beddc359a2614c4bbf8 Mon Sep 17 00:00:00 2001 From: Simen Svale Skogsrud Date: Tue, 27 Jan 2009 11:22:04 +0100 Subject: [PATCH] minor edit --- readme.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/readme.txt b/readme.txt index 6fc981c..58bebea 100644 --- a/readme.txt +++ b/readme.txt @@ -9,7 +9,7 @@ Status: Goals: * Runs on the atmega168 -* Runs on the Arduino boards with at least an atmega168 +* Runs on a standard Arduino * Suitable for both milling and deposition fabrication * 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 @@ -17,7 +17,8 @@ Goals: * Support "headless" fabrication by buffering all code to SD-card or similar Limitations: -* No support for Arduino software (but will run fine on an Arduino board if you program it with an ISP) -* Limited GCode-support. Focus on the kind of GCode produced by automated CAM tools. Leave human GCoders frustrated. +* Limited GCode-support. Focus on the kind of GCode produced by CAM tools. Leave human GCoders frustrated. +* No rotation axes, only x,y and z. +