Browse Source

Made instructions more clear.

Not sure what happened to my last commit so this includes that one + reordering the steps.
Daniel Benamy 10 years ago
parent
commit
c886f5cb13
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      README.md

+ 4
- 4
README.md View File

@@ -235,13 +235,13 @@ Configuring and compilation:
235 235
 Install the arduino software IDE/toolset v23 (Some configurations also work with 1.x.x)
236 236
    http://www.arduino.cc/en/Main/Software
237 237
 
238
+Download the Marlin firmware
239
+   https://github.com/ErikZalm/Marlin/tree/Marlin_v1
240
+   Use the "Download Zip" button on the right.
241
+
238 242
 For gen6/gen7 and sanguinololu the Sanguino directory in the Marlin dir needs to be copied to the arduino environment.
239 243
   copy ArduinoAddons\Arduino_x.x.x\sanguino <arduino home>\hardware\Sanguino
240 244
 
241
-Copy the Marlin firmware
242
-   https://github.com/ErikZalm/Marlin/tree/Marlin_v1
243
-   (Use the download button)
244
-
245 245
 Start the arduino IDE.
246 246
 Select Tools -> Board -> Arduino Mega 2560    or your microcontroller
247 247
 Select the correct serial port in Tools ->Serial Port

Loading…
Cancel
Save