Browse Source

Happy configs

Scott Lahteine 9 years ago
parent
commit
6880e93b75

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

@@ -1,6 +1,8 @@
1 1
 #ifndef CONFIGURATION_H
2 2
 #define CONFIGURATION_H
3 3
 
4
+#include "boards.h"
5
+
4 6
 // This configuration file contains the basic settings.
5 7
 // Advanced settings can be found in Configuration_adv.h
6 8
 // BASIC SETTINGS: select your board type, temperature sensor type, axis scaling, and endstop configuration

+ 2
- 0
Marlin/example_configurations/delta/Configuration.h View File

@@ -1,6 +1,8 @@
1 1
 #ifndef CONFIGURATION_H
2 2
 #define CONFIGURATION_H
3 3
 
4
+#include "boards.h"
5
+
4 6
 // This configuration file contains the basic settings.
5 7
 // Advanced settings can be found in Configuration_adv.h
6 8
 // BASIC SETTINGS: select your board type, temperature sensor type, axis scaling, and endstop configuration

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

@@ -1,6 +1,8 @@
1 1
 #ifndef CONFIGURATION_H
2 2
 #define CONFIGURATION_H
3 3
 
4
+#include "boards.h"
5
+
4 6
 // This configuration file contains the basic settings.
5 7
 // Advanced settings can be found in Configuration_adv.h
6 8
 // BASIC SETTINGS: select your board type, temperature sensor type, axis scaling, and endstop configuration

+ 5
- 46
Marlin/example_configurations/tvrrug/Round2/Configuration.h View File

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

Loading…
Cancel
Save