Browse Source

adding back notes on servo power

Bo Herrmannsen 10 years ago
parent
commit
46843bd927
2 changed files with 9 additions and 119 deletions
  1. 0
    119
      Documentation/Hardware.md
  2. 9
    0
      Documentation/RampsServoPower.md

+ 0
- 119
Documentation/Hardware.md View File

@@ -1,119 +0,0 @@
1
-# Supported Hardware
2
-
3
-__Please note:__ We need more feedback from users weather their board is actually working!
4
-
5
-Supported boards are listed under: [/Marlin/boards.h](/Marlin/boards.h)
6
-
7
-
8
-
9
-
10
-##### RAMPS
11
-
12
-http://reprap.org/wiki/RAMPS
13
-
14
-```
15
-#define BOARD_RAMPS_OLD         3    // MEGA/RAMPS up to 1.2
16
-#define BOARD_RAMPS_13_EFB      33   // RAMPS 1.3 / 1.4 (Power outputs: Extruder, Fan, Bed)
17
-#define BOARD_RAMPS_13_EEB      34   // RAMPS 1.3 / 1.4 (Power outputs: Extruder0, Extruder1, Bed)
18
-#define BOARD_RAMPS_13_EFF      35   // RAMPS 1.3 / 1.4 (Power outputs: Extruder, Fan, Fan)
19
-#define BOARD_RAMPS_13_EEF      36   // RAMPS 1.3 / 1.4 (Power outputs: Extruder0, Extruder1, Fan)
20
-```
21
-
22
-##### Generation 3 Electronics
23
-
24
-http://reprap.org/wiki/Generation_3_Electronics
25
-
26
-```
27
-#define BOARD_GEN3_PLUS         9    // Gen3+
28
-#define BOARD_GEN3_MONOLITHIC   22   // Gen3 Monolithic Electronics
29
-```
30
-
31
-##### Generation 6 Electronics
32
-
33
-http://reprap.org/wiki/Generation_6_Electronics
34
-
35
-```
36
-#define BOARD_GEN6              5    // Gen6
37
-#define BOARD_GEN6_DELUXE       51   // Gen6 deluxe
38
-```
39
-
40
-##### Generation 7 Electronics
41
-
42
-http://reprap.org/wiki/Generation_7_Electronics
43
-
44
-```
45
-#define BOARD_GEN7_CUSTOM       10   // Gen7 custom (Alfons3 Version) "https://github.com/Alfons3/Generation_7_Electronics"
46
-#define BOARD_GEN7_12           11   // Gen7 v1.1, v1.2
47
-#define BOARD_GEN7_13           12   // Gen7 v1.3
48
-#define BOARD_GEN7_14           13   // Gen7 v1.4
49
-```
50
-
51
-
52
-```
53
-#define BOARD_CHEAPTRONIC       2    // Cheaptronic v1.0
54
-#define BOARD_SETHI             20   // Sethi 3D_1
55
-```
56
-
57
-##### Sanguinololu
58
-
59
-http://reprap.org/wiki/Sanguinololu
60
-
61
-```
62
-#define BOARD_SANGUINOLOLU_11   6    // Sanguinololu < 1.2
63
-#define BOARD_SANGUINOLOLU_12   62   // Sanguinololu 1.2 and above
64
-
65
-```
66
-
67
-##### Melzi
68
-
69
-http://reprap.org/wiki/Melzi
70
-
71
-```
72
-#define BOARD_MELZI             63   // Melzi
73
-#define BOARD_MELZI_1284        66   // Melzi with ATmega1284 (MaKr3d version)
74
-```
75
-
76
-##### RUMBA
77
-
78
-http://reprap.org/wiki/RUMBA
79
-
80
-```
81
-#define BOARD_RUMBA             80   // Rumba
82
-```
83
-
84
-##### Azteeg
85
-
86
-  - http://reprap.org/wiki/Azteeg_X1
87
-  - http://reprap.org/wiki/Azteeg_X3
88
-
89
-
90
-```
91
-#define BOARD_AZTEEG_X1         65   // Azteeg X1
92
-#define BOARD_AZTEEG_X3         67   // Azteeg X3
93
-#define BOARD_AZTEEG_X3_PRO     68   // Azteeg X3 Pro
94
-```
95
-
96
-#### Others
97
-
98
-```
99
-#define BOARD_DUEMILANOVE_328P  4    // Duemilanove w/ ATMega328P pin assignment
100
-#define BOARD_STB_11            64   // STB V1.1
101
-#define BOARD_ULTIMAKER         7    // Ultimaker
102
-#define BOARD_ULTIMAKER_OLD     71   // Ultimaker (Older electronics. Pre 1.5.4. This is rare)
103
-#define BOARD_ULTIMAIN_2        72   // Ultimainboard 2.x (Uses TEMP_SENSOR 20)
104
-#define BOARD_3DRAG             77   // 3Drag Controller
105
-#define BOARD_TEENSYLU          8    // Teensylu
106
-#define BOARD_PRINTRBOARD       81   // Printrboard (AT90USB1286)
107
-#define BOARD_BRAINWAVE         82   // Brainwave (AT90USB646)
108
-#define BOARD_SAV_MKI           83   // SAV Mk-I (AT90USB1286)
109
-#define BOARD_TEENSY2           84   // Teensy++2.0 (AT90USB1286) - CLI compile: DEFINES=AT90USBxx_TEENSYPP_ASSIGNMENTS HARDWARE_MOTHERBOARD=84  make
110
-#define BOARD_MEGATRONICS       70   // Megatronics
111
-#define BOARD_MEGATRONICS_2     701  // Megatronics v2.0
112
-#define BOARD_MEGATRONICS_1     702  // Minitronics v1.0
113
-#define BOARD_OMCA_A            90   // Alpha OMCA board
114
-#define BOARD_OMCA              91   // Final OMCA board
115
-#define BOARD_RAMBO             301  // Rambo
116
-#define BOARD_ELEFU_3           21   // Elefu Ra Board (v3)
117
-#define BOARD_5DPRINT           88   // 5DPrint D8 Driver Board
118
-#define BOARD_LEAPFROG          999  // Leapfrog
119
-```

+ 9
- 0
Documentation/RampsServoPower.md View File

@@ -0,0 +1,9 @@
1
+
2
+
3
+__Note for RAMPS users:__
4
+----------------------
5
+
6
+-By default, RAMPS have no power on servo bus (if you happen to have a multimeter, check the voltage on servo power pins).
7
+-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.
8
+-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..
9
+-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 ;-)

Loading…
Cancel
Save