Browse Source

Update Compilation.md

Bo Herrmannsen 9 years ago
parent
commit
d0b1f70118
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      Documentation/Compilation.md

+ 3
- 3
Documentation/Compilation.md View File

3
   1. Install the latest non-beta arduino software IDE/toolset: http://www.arduino.cc/en/Main/Software
3
   1. Install the latest non-beta arduino software IDE/toolset: http://www.arduino.cc/en/Main/Software
4
   2. Download the Marlin firmware
4
   2. Download the Marlin firmware
5
     - [Latest developement version](https://github.com/MarlinFirmware/Marlin/tree/Development)
5
     - [Latest developement version](https://github.com/MarlinFirmware/Marlin/tree/Development)
6
-    - [Stable version](https://github.com/MarlinFirmware/Marlin/tree/Development)
6
+    - [Stable version]()
7
   3. In both cases use the "Download Zip" button on the right.
7
   3. In both cases use the "Download Zip" button on the right.
8
   4. Some boards require special files and/or libraries from the ArduinoAddons directory. Take a look at the dedicated [README](/ArduinoAddons/README.md) for details.
8
   4. Some boards require special files and/or libraries from the ArduinoAddons directory. Take a look at the dedicated [README](/ArduinoAddons/README.md) for details.
9
   5. Start the arduino IDE.
9
   5. Start the arduino IDE.
10
-  6. Select Tools -> Board -> Arduino Mega 2560    or your microcontroller
10
+  6. Select Tools -> Board -> Arduino Mega 2560 or your microcontroller
11
   7. Select the correct serial port in Tools ->Serial Port
11
   7. Select the correct serial port in Tools ->Serial Port
12
   8. Open Marlin.pde or .ino
12
   8. Open Marlin.pde or .ino
13
   9. Click the Verify/Compile button
13
   9. Click the Verify/Compile button
14
   10. Click the Upload button. If all goes well the firmware is uploading
14
   10. Click the Upload button. If all goes well the firmware is uploading
15
 
15
 
16
-That's ok.  Enjoy Silky Smooth Printing.
16
+That's ok.  Enjoy Silky Smooth Printing.

Loading…
Cancel
Save