Subversion Repositories Tronxy-X3A-Marlin

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 ron 1
/**
2
 * Marlin 3D Printer Firmware
3
 * Copyright (C) 2016 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
4
 *
5
 * Based on Sprinter and grbl.
6
 * Copyright (C) 2011 Camiel Gubbels / Erik van der Zalm
7
 *
8
 * This program is free software: you can redistribute it and/or modify
9
 * it under the terms of the GNU General Public License as published by
10
 * the Free Software Foundation, either version 3 of the License, or
11
 * (at your option) any later version.
12
 *
13
 * This program is distributed in the hope that it will be useful,
14
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16
 * GNU General Public License for more details.
17
 *
18
 * You should have received a copy of the GNU General Public License
19
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
20
 *
21
 */
22
 
23
#ifndef BOARDS_H
24
#define BOARDS_H
25
 
26
#define BOARD_UNKNOWN -1
27
 
28
//
29
// RAMPS 1.3 / 1.4 - ATmega1280, ATmega2560
30
//
31
 
32
#define BOARD_RAMPS_OLD         3     // MEGA/RAMPS up to 1.2
33
 
34
#define BOARD_RAMPS_13_EFB      33    // RAMPS 1.3 (Power outputs: Hotend, Fan, Bed)
35
#define BOARD_RAMPS_13_EEB      34    // RAMPS 1.3 (Power outputs: Hotend0, Hotend1, Bed)
36
#define BOARD_RAMPS_13_EFF      35    // RAMPS 1.3 (Power outputs: Hotend, Fan0, Fan1)
37
#define BOARD_RAMPS_13_EEF      36    // RAMPS 1.3 (Power outputs: Hotend0, Hotend1, Fan)
38
#define BOARD_RAMPS_13_SF       38    // RAMPS 1.3 (Power outputs: Spindle, Controller Fan)
39
 
40
#define BOARD_RAMPS_14_EFB      43    // RAMPS 1.4 (Power outputs: Hotend, Fan, Bed)
41
#define BOARD_RAMPS_14_EEB      44    // RAMPS 1.4 (Power outputs: Hotend0, Hotend1, Bed)
42
#define BOARD_RAMPS_14_EFF      45    // RAMPS 1.4 (Power outputs: Hotend, Fan0, Fan1)
43
#define BOARD_RAMPS_14_EEF      46    // RAMPS 1.4 (Power outputs: Hotend0, Hotend1, Fan)
44
#define BOARD_RAMPS_14_SF       48    // RAMPS 1.4 (Power outputs: Spindle, Controller Fan)
45
 
46
#define BOARD_RAMPS_PLUS_EFB   143    // RAMPS Plus 3DYMY (Power outputs: Hotend, Fan, Bed)
47
#define BOARD_RAMPS_PLUS_EEB   144    // RAMPS Plus 3DYMY (Power outputs: Hotend0, Hotend1, Bed)
48
#define BOARD_RAMPS_PLUS_EFF   145    // RAMPS Plus 3DYMY (Power outputs: Hotend, Fan0, Fan1)
49
#define BOARD_RAMPS_PLUS_EEF   146    // RAMPS Plus 3DYMY (Power outputs: Hotend0, Hotend1, Fan)
50
#define BOARD_RAMPS_PLUS_SF    148    // RAMPS Plus 3DYMY (Power outputs: Spindle, Controller Fan)
51
 
52
//
53
// RAMPS Derivatives - ATmega1280, ATmega2560
54
//
55
 
56
#define BOARD_3DRAG             77    // 3Drag Controller
57
#define BOARD_K8200             78    // Velleman K8200 Controller (derived from 3Drag Controller)
58
#define BOARD_K8400             79    // Velleman K8400 Controller (derived from 3Drag Controller)
59
#define BOARD_BAM_DICE          401   // 2PrintBeta BAM&DICE with STK drivers
60
#define BOARD_BAM_DICE_DUE      402   // 2PrintBeta BAM&DICE Due with STK drivers
61
#define BOARD_MKS_BASE          40    // MKS BASE v1.0
62
#define BOARD_MKS_BASE_15       405   // MKS v1.5 with Allegro A4982 stepper drivers
63
#define BOARD_MKS_BASE_HEROIC   41    // MKS BASE 1.0 with Heroic HR4982 stepper drivers
64
#define BOARD_MKS_GEN_13        47    // MKS GEN v1.3 or 1.4
65
#define BOARD_MKS_GEN_L         53    // MKS GEN L
66
#define BOARD_MKS_GEN_L_V2      54    // MKS GEN L V2
67
#define BOARD_ZRIB_V20          504   // zrib V2.0 control board (Chinese knock off RAMPS replica)
68
#define BOARD_FELIX2            37    // Felix 2.0+ Electronics Board (RAMPS like)
69
#define BOARD_RIGIDBOARD        42    // Invent-A-Part RigidBoard
70
#define BOARD_RIGIDBOARD_V2     52    // Invent-A-Part RigidBoard V2
71
#define BOARD_SAINSMART_2IN1    49    // Sainsmart 2-in-1 board
72
#define BOARD_ULTIMAKER         7     // Ultimaker
73
#define BOARD_ULTIMAKER_OLD     71    // Ultimaker (Older electronics. Pre 1.5.4. This is rare)
74
#define BOARD_AZTEEG_X3         67    // Azteeg X3
75
#define BOARD_AZTEEG_X3_PRO     68    // Azteeg X3 Pro
76
#define BOARD_ULTIMAIN_2        72    // Ultimainboard 2.x (Uses TEMP_SENSOR 20)
77
#define BOARD_RUMBA             80    // Rumba
78
#define BOARD_BQ_ZUM_MEGA_3D    503   // bq ZUM Mega 3D
79
#define BOARD_MAKEBOARD_MINI    431   // MakeBoard Mini v2.1.2 is a control board sold by MicroMake
80
#define BOARD_TRIGORILLA_13     343   // TriGorilla Anycubic version 1.3 based on RAMPS EFB
81
#define BOARD_TRIGORILLA_14     443   // TriGorilla Anycubic version 1.4 based on RAMPS EFB
82
#define BOARD_RAMPS_ENDER_4     243   // Creality: Ender-4, CR-8
83
 
84
//
85
// Other ATmega1280, ATmega2560
86
//
87
 
88
#define BOARD_CNCONTROLS_11     111   // Cartesio CN Controls V11
89
#define BOARD_CNCONTROLS_12     112   // Cartesio CN Controls V12
90
#define BOARD_CHEAPTRONIC       2     // Cheaptronic v1.0
91
#define BOARD_CHEAPTRONIC_V2    21    // Cheaptronic v2.0
92
#define BOARD_MIGHTYBOARD_REVE  200   // Makerbot Mightyboard Revision E
93
#define BOARD_MEGATRONICS       70    // Megatronics
94
#define BOARD_MEGATRONICS_2     701   // Megatronics v2.0
95
#define BOARD_MEGATRONICS_3     703   // Megatronics v3.0
96
#define BOARD_MEGATRONICS_31    704   // Megatronics v3.1
97
#define BOARD_RAMBO             301   // Rambo
98
#define BOARD_MINIRAMBO         302   // Mini-Rambo
99
#define BOARD_MINIRAMBO_10A     303   // Mini-Rambo 1.0a
100
#define BOARD_EINSY_RAMBO       304   // Einsy Rambo
101
#define BOARD_EINSY_RETRO       305   // Einsy Retro
102
#define BOARD_ELEFU_3           21    // Elefu Ra Board (v3)
103
#define BOARD_LEAPFROG          999   // Leapfrog
104
#define BOARD_MEGACONTROLLER    310   // Mega controller
105
#define BOARD_SCOOVO_X9H        321   // abee Scoovo X9H
106
#define BOARD_GT2560_REV_A      74    // Geeetech GT2560 Rev. A
107
#define BOARD_GT2560_REV_A_PLUS 75    // Geeetech GT2560 Rev. A+ (with auto level probe)
108
 
109
//
110
// ATmega1281, ATmega2561
111
//
112
 
113
#define BOARD_MINITRONICS       702   // Minitronics v1.0/1.1
114
#define BOARD_SILVER_GATE       25    // Silvergate v1.0
115
 
116
//
117
// Sanguinololu and Derivatives - ATmega644P, ATmega1284P
118
//
119
 
120
#define BOARD_SANGUINOLOLU_11   6     // Sanguinololu < 1.2
121
#define BOARD_SANGUINOLOLU_12   62    // Sanguinololu 1.2 and above
122
#define BOARD_MELZI             63    // Melzi
123
#define BOARD_MELZI_MAKR3D      66    // Melzi with ATmega1284 (MaKr3d version)
124
#define BOARD_MELZI_CREALITY    89    // Melzi Creality3D board (for CR-10 etc)
125
#define BOARD_MELZI_MALYAN      92    // Melzi Malyan M150 board
126
#define BOARD_MELZI_TRONXY      505   // Tronxy X5S
127
#define BOARD_STB_11            64    // STB V1.1
128
#define BOARD_AZTEEG_X1         65    // Azteeg X1
129
#define BOARD_ANET_10           69    // Anet 1.0 (Melzi clone)
130
 
131
//
132
// Other ATmega644P, ATmega644, ATmega1284P
133
//
134
 
135
#define BOARD_GEN3_MONOLITHIC   22    // Gen3 Monolithic Electronics
136
#define BOARD_GEN3_PLUS         9     // Gen3+
137
#define BOARD_GEN6              5     // Gen6
138
#define BOARD_GEN6_DELUXE       51    // Gen6 deluxe
139
#define BOARD_GEN7_CUSTOM       10    // Gen7 custom (Alfons3 Version) "https://github.com/Alfons3/Generation_7_Electronics"
140
#define BOARD_GEN7_12           11    // Gen7 v1.1, v1.2
141
#define BOARD_GEN7_13           12    // Gen7 v1.3
142
#define BOARD_GEN7_14           13    // Gen7 v1.4
143
#define BOARD_OMCA_A            90    // Alpha OMCA board
144
#define BOARD_OMCA              91    // Final OMCA board
145
#define BOARD_SETHI             20    // Sethi 3D_1
146
 
147
//
148
// Teensyduino - AT90USB1286, AT90USB1286P
149
//
150
 
151
#define BOARD_TEENSYLU          8     // Teensylu
152
#define BOARD_PRINTRBOARD       81    // Printrboard (AT90USB1286)
153
#define BOARD_PRINTRBOARD_REVF  811   // Printrboard Revision F (AT90USB1286)
154
#define BOARD_BRAINWAVE         82    // Brainwave (AT90USB646)
155
#define BOARD_BRAINWAVE_PRO     85    // Brainwave Pro (AT90USB1286)
156
#define BOARD_SAV_MKI           83    // SAV Mk-I (AT90USB1286)
157
#define BOARD_TEENSY2           84    // Teensy++2.0 (AT90USB1286) - CLI compile: HARDWARE_MOTHERBOARD=84  make
158
#define BOARD_5DPRINT           88    // 5DPrint D8 Driver Board
159
 
160
#define MB(board) (defined(BOARD_##board) && MOTHERBOARD==BOARD_##board)
161
 
162
#endif // __BOARDS_H