瀏覽代碼

Add comments about RAMPS 5V rail for servos.

alexborro 11 年之前
父節點
當前提交
5b8b939a1f
共有 1 個文件被更改,包括 7 次插入0 次删除
  1. 7
    0
      README.md

+ 7
- 0
README.md 查看文件

@@ -276,6 +276,13 @@ The first define tells firmware how many servos you have.
276 276
 The second tells what axis this servo will be attached to. In the example above, we have a servo in Z axis.
277 277
 The third one tells the angle in 2 situations: Probing (165º) and resting (60º). Check this with command M280 P0 S{angle} (example: M280 P0 S60 moves the servo to 60º)
278 278
 
279
+*For RAMPS users:*
280
+By default, RAMPS have no power on servo bus (if you happen to have a multimeter, check the voltage on servo power pins).
281
+In order to get the servo working, you need to supply 5V to 5V pin.. You can do it using your power supply (if it has a 5V output) or jumping the "Vcc" from Arduino to the 5V RAMPS rail.
282
+These 2 pins are located just between the Reset Button and the yellow fuses... There are marks in the board showing 5V and VCC.. just connect them..
283
+If jumping the arduino Vcc do RAMPS 5V rail, take care to not use a power hungry servo, otherwise you will cause a blackout in the arduino board ;-)
284
+
285
+
279 286
 Next you need to define the Z endstop (probe) offset from hotend.
280 287
 My preferred method:
281 288
 

Loading…
取消
儲存