From 501fe97c001524afb208fc870e60eeb9f5864dac Mon Sep 17 00:00:00 2001 From: Bo Herrmannsen Date: Tue, 6 Jan 2015 21:12:21 +0100 Subject: [PATCH] changed some stuff near IDE --- README.md | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f0213b8a0b..9010e422d3 100644 --- a/README.md +++ b/README.md @@ -276,20 +276,26 @@ M Codes Configuring and compilation: ============================ -Install the arduino software IDE/toolset v23 (Some configurations also work with 1.x.x) +Install the latest non-beta arduino software IDE/toolset http://www.arduino.cc/en/Main/Software Download the Marlin firmware - https://github.com/ErikZalm/Marlin/tree/Marlin_v1 - Use the "Download Zip" button on the right. - -For gen6/gen7 and sanguinololu the Sanguino directory in the Marlin dir needs to be copied to the arduino environment. - copy ArduinoAddons\Arduino_x.x.x\sanguino \hardware\Sanguino + https://github.com/MarlinFirmware/Marlin/tree/development + + For the latest development, or + + + + For the latest stable release + + In both cases use the "Download Zip" button on the right. + +For some spec. boards a spec. dir in the ArduinoAddons directory in the Marlin dir needs to be copied to the arduino environment. \hardware\ Start the arduino IDE. Select Tools -> Board -> Arduino Mega 2560 or your microcontroller Select the correct serial port in Tools ->Serial Port -Open Marlin.pde +Open Marlin.pde or .ino Click the Verify/Compile button