From 5b36826f50b48c23cdce9044d03e636e08976693 Mon Sep 17 00:00:00 2001 From: Michael Moon Date: Mon, 27 Sep 2010 09:25:48 +1000 Subject: [PATCH] updated instructions in README --- README | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README b/README index dd45933..3b5557c 100644 --- a/README +++ b/README @@ -6,6 +6,19 @@ Rewrite of Reprap Mendel firmware: * fits onto atmega328p etc * will work on larger atmegas with minor porting +############################################################################## +# # +# How to use # +# # +############################################################################## + +1) COPY config.h.dist to config.h and edit to suit your electronics +2) check programming settings in Makefile +3) make +4) make program +5) ./sender.sh +6) have a play, go to 1) if not right +7) try printing something! ############################################################################## # #