Steffen Vogel преди 9 години
родител
ревизия
d19ef56199
променени са 1 файла, в които са добавени 120 реда и са изтрити 0 реда
  1. 120
    0
      Documentation/Hardware.md

+ 120
- 0
Documentation/Hardware.md Целия файл

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

Loading…
Отказ
Запис