|
@@ -55,50 +55,8 @@
|
55
|
55
|
// This enables the serial port associated to the Bluetooth interface
|
56
|
56
|
//#define BTENABLED // Enable BT interface on AT90USB devices
|
57
|
57
|
|
58
|
|
-
|
59
|
|
-//// The following define selects which electronics board you have. Please choose the one that matches your setup
|
60
|
|
-// 10 = Gen7 custom (Alfons3 Version) "https://github.com/Alfons3/Generation_7_Electronics"
|
61
|
|
-// 11 = Gen7 v1.1, v1.2 = 11
|
62
|
|
-// 12 = Gen7 v1.3
|
63
|
|
-// 13 = Gen7 v1.4
|
64
|
|
-// 131 = OpenHardware.co.za custom Gen7 electronics
|
65
|
|
-// 2 = Cheaptronic v1.0
|
66
|
|
-// 20 = Sethi 3D_1
|
67
|
|
-// 3 = MEGA/RAMPS up to 1.2 = 3
|
68
|
|
-// 33 = RAMPS 1.3 / 1.4 (Power outputs: Extruder, Fan, Bed)
|
69
|
|
-// 34 = RAMPS 1.3 / 1.4 (Power outputs: Extruder0, Extruder1, Bed)
|
70
|
|
-// 35 = RAMPS 1.3 / 1.4 (Power outputs: Extruder, Fan, Fan)
|
71
|
|
-// 4 = Duemilanove w/ ATMega328P pin assignment
|
72
|
|
-// 5 = Gen6
|
73
|
|
-// 51 = Gen6 deluxe
|
74
|
|
-// 6 = Sanguinololu < 1.2
|
75
|
|
-// 62 = Sanguinololu 1.2 and above
|
76
|
|
-// 63 = Melzi
|
77
|
|
-// 64 = STB V1.1
|
78
|
|
-// 65 = Azteeg X1
|
79
|
|
-// 66 = Melzi with ATmega1284 (MaKr3d version)
|
80
|
|
-// 67 = Azteeg X3
|
81
|
|
-// 68 = Azteeg X3 Pro
|
82
|
|
-// 7 = Ultimaker
|
83
|
|
-// 71 = Ultimaker (Older electronics. Pre 1.5.4. This is rare)
|
84
|
|
-// 72 = Ultimainboard 2.x (Uses TEMP_SENSOR 20)
|
85
|
|
-// 77 = 3Drag Controller
|
86
|
|
-// 8 = Teensylu
|
87
|
|
-// 80 = Rumba
|
88
|
|
-// 81 = Printrboard (AT90USB1286)
|
89
|
|
-// 82 = Brainwave (AT90USB646)
|
90
|
|
-// 83 = SAV Mk-I (AT90USB1286)
|
91
|
|
-// 84 = Teensy++2.0 (AT90USB1286) // CLI compile: DEFINES=AT90USBxx_TEENSYPP_ASSIGNMENTS HARDWARE_MOTHERBOARD=84 make
|
92
|
|
-// 9 = Gen3+
|
93
|
|
-// 70 = Megatronics
|
94
|
|
-// 701= Megatronics v2.0
|
95
|
|
-// 702= Minitronics v1.0
|
96
|
|
-// 90 = Alpha OMCA board
|
97
|
|
-// 91 = Final OMCA board
|
98
|
|
-// 301= Rambo
|
99
|
|
-// 21 = Elefu Ra Board (v3)
|
100
|
|
-// 88 = 5DPrint D8 Driver Board
|
101
|
|
-
|
|
58
|
+// The following define selects which electronics board you have.
|
|
59
|
+// Please choose the name from boards.h that matches your setup
|
102
|
60
|
#ifndef MOTHERBOARD
|
103
|
61
|
#define MOTHERBOARD BOARD_RAMPS_13_EFB
|
104
|
62
|
#endif
|