Fixing some typos
This commit is contained in:
parent
7e9e449972
commit
cd5a0b6dfe
1 changed files with 3 additions and 4 deletions
7
README
7
README
|
|
@ -51,7 +51,7 @@ follow the sanguino's readme so that your arduino hardware folder looks like
|
|||
|
||||
4. Clone the Sprinter git repository.
|
||||
git clone https://github.com/kliment/Sprinter.git
|
||||
Optionally, swicht to the desired branch
|
||||
Optionally, switch to the desired branch
|
||||
git branch -a
|
||||
git checkout THE_BRANCH_YOU_WANT
|
||||
|
||||
|
|
@ -61,7 +61,7 @@ Firmware compilation and upload
|
|||
5. Edit INSTALL_DIR inside Sprinter/Makefile (do not mind the default reference to arduino 0022)
|
||||
|
||||
6. Run make. If everything goes well Sprinter/applet/Sprinter.cpp should have been created.
|
||||
You can safelly ignore the error message mentioning arduino-0018/hardware/arduino/cores/arduino/WString.o
|
||||
You can safely ignore the error message mentioning arduino-0018/hardware/arduino/cores/arduino/WString.o
|
||||
|
||||
7. Connect your Sanguinololu to your computer
|
||||
http://reprap.org/wiki/Sanguinololu
|
||||
|
|
@ -94,7 +94,7 @@ If everything goes well you should see the message "Done uploading".
|
|||
|
||||
Congratulations, you have just upgraded the firmware of your RepRap !
|
||||
|
||||
You can use the pronterface to do some manual verifications by moving the printer's tip along
|
||||
You can use pronterface.py to do some manual verifications by moving the printer's tip along
|
||||
the axes and verifying that the physical displacements match the ones indicated on the interface.
|
||||
|
||||
|
||||
|
|
@ -104,4 +104,3 @@ the axes and verifying that the physical displacements match the ones indicated
|
|||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue