Browse Source

Clean up configs

Scott Lahteine 9 years ago
parent
commit
3b1f186c0c

+ 0
- 1
Marlin/Configuration.h View File

@@ -38,7 +38,6 @@
38 38
 // This enables the serial port associated to the Bluetooth interface
39 39
 //#define BTENABLED              // Enable BT interface on AT90USB devices
40 40
 
41
-
42 41
 // The following define selects which electronics board you have.
43 42
 // Please choose the name from boards.h that matches your setup
44 43
 #ifndef MOTHERBOARD

+ 2
- 44
Marlin/example_configurations/SCARA/Configuration.h View File

@@ -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

+ 2
- 42
Marlin/example_configurations/makibox/Configuration.h View File

@@ -30,48 +30,8 @@
30 30
 // This enables the serial port associated to the Bluetooth interface
31 31
 //#define BTENABLED              // Enable BT interface on AT90USB devices
32 32
 
33
-
34
-//// The following define selects which electronics board you have. Please choose the one that matches your setup
35
-// 10 = Gen7 custom (Alfons3 Version) "https://github.com/Alfons3/Generation_7_Electronics"
36
-// 11 = Gen7 v1.1, v1.2 = 11
37
-// 12 = Gen7 v1.3
38
-// 13 = Gen7 v1.4
39
-// 2  = Cheaptronic v1.0
40
-// 20 = Sethi 3D_1
41
-// 3  = MEGA/RAMPS up to 1.2 = 3
42
-// 33 = RAMPS 1.3 / 1.4 (Power outputs: Extruder, Fan, Bed)
43
-// 34 = RAMPS 1.3 / 1.4 (Power outputs: Extruder0, Extruder1, Bed)
44
-// 35 = RAMPS 1.3 / 1.4 (Power outputs: Extruder, Fan, Fan)
45
-// 4  = Duemilanove w/ ATMega328P pin assignment
46
-// 5  = Gen6
47
-// 51 = Gen6 deluxe
48
-// 6  = Sanguinololu < 1.2
49
-// 62 = Sanguinololu 1.2 and above
50
-// 63 = Melzi
51
-// 64 = STB V1.1
52
-// 65 = Azteeg X1
53
-// 66 = Melzi with ATmega1284 (MaKr3d version)
54
-// 67 = Azteeg X3
55
-// 68 = Azteeg X3 Pro
56
-// 7  = Ultimaker
57
-// 71 = Ultimaker (Older electronics. Pre 1.5.4. This is rare)
58
-// 72 = Ultimainboard 2.x (Uses TEMP_SENSOR 20)
59
-// 77 = 3Drag Controller
60
-// 8  = Teensylu
61
-// 80 = Rumba
62
-// 81 = Printrboard (AT90USB1286)
63
-// 82 = Brainwave (AT90USB646)
64
-// 83 = SAV Mk-I (AT90USB1286)
65
-// 9  = Gen3+
66
-// 70 = Megatronics
67
-// 701= Megatronics v2.0
68
-// 702= Minitronics v1.0
69
-// 90 = Alpha OMCA board
70
-// 91 = Final OMCA board
71
-// 301= Rambo
72
-// 21 = Elefu Ra Board (v3)
73
-// 88 = 5DPrint D8 Driver Board
74
-
33
+// The following define selects which electronics board you have.
34
+// Please choose the name from boards.h that matches your setup
75 35
 #ifndef MOTHERBOARD
76 36
   #define MOTHERBOARD BOARD_5DPRINT
77 37
 #endif

Loading…
Cancel
Save