|
@@ -276,20 +276,26 @@ M Codes
|
276
|
276
|
Configuring and compilation:
|
277
|
277
|
============================
|
278
|
278
|
|
279
|
|
-Install the arduino software IDE/toolset v23 (Some configurations also work with 1.x.x)
|
|
279
|
+Install the latest non-beta arduino software IDE/toolset
|
280
|
280
|
http://www.arduino.cc/en/Main/Software
|
281
|
281
|
|
282
|
282
|
Download the Marlin firmware
|
283
|
|
- https://github.com/ErikZalm/Marlin/tree/Marlin_v1
|
284
|
|
- Use the "Download Zip" button on the right.
|
285
|
|
-
|
286
|
|
-For gen6/gen7 and sanguinololu the Sanguino directory in the Marlin dir needs to be copied to the arduino environment.
|
287
|
|
- copy ArduinoAddons\Arduino_x.x.x\sanguino <arduino home>\hardware\Sanguino
|
|
283
|
+ https://github.com/MarlinFirmware/Marlin/tree/development
|
|
284
|
+
|
|
285
|
+ For the latest development, or
|
|
286
|
+
|
|
287
|
+
|
|
288
|
+
|
|
289
|
+ For the latest stable release
|
|
290
|
+
|
|
291
|
+ In both cases use the "Download Zip" button on the right.
|
|
292
|
+
|
|
293
|
+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\
|
288
|
294
|
|
289
|
295
|
Start the arduino IDE.
|
290
|
296
|
Select Tools -> Board -> Arduino Mega 2560 or your microcontroller
|
291
|
297
|
Select the correct serial port in Tools ->Serial Port
|
292
|
|
-Open Marlin.pde
|
|
298
|
+Open Marlin.pde or .ino
|
293
|
299
|
|
294
|
300
|
Click the Verify/Compile button
|
295
|
301
|
|