updated instructions in README
This commit is contained in:
parent
e78381c56d
commit
5b36826f50
13
README
13
README
|
|
@ -6,6 +6,19 @@ Rewrite of Reprap Mendel firmware:
|
||||||
* fits onto atmega328p etc
|
* fits onto atmega328p etc
|
||||||
* will work on larger atmegas with minor porting
|
* 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!
|
||||||
|
|
||||||
##############################################################################
|
##############################################################################
|
||||||
# #
|
# #
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue