Browse Source

Made instructions more clear.

Not sure what happened to my last commit so this includes that one + reordering the steps.
Daniel Benamy 11 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
 Install the arduino software IDE/toolset v23 (Some configurations also work with 1.x.x)
235
 Install the arduino software IDE/toolset v23 (Some configurations also work with 1.x.x)
236
    http://www.arduino.cc/en/Main/Software
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
 For gen6/gen7 and sanguinololu the Sanguino directory in the Marlin dir needs to be copied to the arduino environment.
242
 For gen6/gen7 and sanguinololu the Sanguino directory in the Marlin dir needs to be copied to the arduino environment.
239
   copy ArduinoAddons\Arduino_x.x.x\sanguino <arduino home>\hardware\Sanguino
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
 Start the arduino IDE.
245
 Start the arduino IDE.
246
 Select Tools -> Board -> Arduino Mega 2560    or your microcontroller
246
 Select Tools -> Board -> Arduino Mega 2560    or your microcontroller
247
 Select the correct serial port in Tools ->Serial Port
247
 Select the correct serial port in Tools ->Serial Port

Loading…
Cancel
Save