浏览代码

Made instructions more clear.

Not sure what happened to my last commit so this includes that one + reordering the steps.
Daniel Benamy 11 年前
父节点
当前提交
c886f5cb13
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4
    4
      README.md

+ 4
- 4
README.md 查看文件

@@ -235,13 +235,13 @@ Configuring and compilation:
235 235
 Install the arduino software IDE/toolset v23 (Some configurations also work with 1.x.x)
236 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 242
 For gen6/gen7 and sanguinololu the Sanguino directory in the Marlin dir needs to be copied to the arduino environment.
239 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 245
 Start the arduino IDE.
246 246
 Select Tools -> Board -> Arduino Mega 2560    or your microcontroller
247 247
 Select the correct serial port in Tools ->Serial Port

正在加载...
取消
保存