|
@@ -1,29 +1,16 @@
|
1
|
|
-Configuring and compilation:
|
|
1
|
+# Configuring and compilation
|
2
|
2
|
|
3
|
|
-Install the latest non-beta arduino software IDE/toolset
|
4
|
|
- http://www.arduino.cc/en/Main/Software
|
5
|
|
-
|
6
|
|
-Download the Marlin firmware
|
7
|
|
- https://github.com/MarlinFirmware/Marlin/tree/development
|
8
|
|
-
|
9
|
|
- For the latest development, or
|
10
|
|
-
|
11
|
|
-
|
12
|
|
-
|
13
|
|
- For the latest stable release
|
14
|
|
-
|
15
|
|
- In both cases use the "Download Zip" button on the right.
|
16
|
|
-
|
17
|
|
-For some spec. boards a spec. dir in the ArduinoAddons directory in the Marlin dir needs to be copied to the arduino environment. <arduino home>\hardware\
|
18
|
|
-
|
19
|
|
-Start the arduino IDE.
|
20
|
|
-Select Tools -> Board -> Arduino Mega 2560 or your microcontroller
|
21
|
|
-Select the correct serial port in Tools ->Serial Port
|
22
|
|
-Open Marlin.pde or .ino
|
23
|
|
-
|
24
|
|
-Click the Verify/Compile button
|
25
|
|
-
|
26
|
|
-Click the Upload button
|
27
|
|
-If all goes well the firmware is uploading
|
|
3
|
+ 1. Install the latest non-beta arduino software IDE/toolset: http://www.arduino.cc/en/Main/Software
|
|
4
|
+ 2. Download the Marlin firmware
|
|
5
|
+ - [Latest developement version](https://github.com/MarlinFirmware/Marlin/tree/Development)
|
|
6
|
+ - [Stable version](https://github.com/MarlinFirmware/Marlin/tree/Development)
|
|
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.
|
|
9
|
+ 5. Start the arduino IDE.
|
|
10
|
+ 6. Select Tools -> Board -> Arduino Mega 2560 or your microcontroller
|
|
11
|
+ 7. Select the correct serial port in Tools ->Serial Port
|
|
12
|
+ 8. Open Marlin.pde or .ino
|
|
13
|
+ 9. Click the Verify/Compile button
|
|
14
|
+ 10. Click the Upload button. If all goes well the firmware is uploading
|
28
|
15
|
|
29
|
16
|
That's ok. Enjoy Silky Smooth Printing.
|