Browse Source

Include boards and macros ahead of configs

Scott Lahteine 7 years ago
parent
commit
83c4653c71

+ 0
- 3
Marlin/Configuration.h View File

@@ -51,9 +51,6 @@
51 51
  */
52 52
 #define CONFIGURATION_H_VERSION 010100
53 53
 
54
-#include "boards.h"
55
-#include "macros.h"
56
-
57 54
 //===========================================================================
58 55
 //============================= Getting Started =============================
59 56
 //===========================================================================

+ 2
- 0
Marlin/MarlinConfig.h View File

@@ -23,6 +23,8 @@
23 23
 #ifndef MARLIN_CONFIG_H
24 24
 #define MARLIN_CONFIG_H
25 25
 
26
+#include "macros.h"
27
+#include "boards.h"
26 28
 #include "Configuration.h"
27 29
 #include "Conditionals_LCD.h"
28 30
 #include "Configuration_adv.h"

+ 0
- 3
Marlin/example_configurations/Cartesio/Configuration.h View File

@@ -51,9 +51,6 @@
51 51
  */
52 52
 #define CONFIGURATION_H_VERSION 010100
53 53
 
54
-#include "boards.h"
55
-#include "macros.h"
56
-
57 54
 //===========================================================================
58 55
 //============================= Getting Started =============================
59 56
 //===========================================================================

+ 0
- 3
Marlin/example_configurations/Felix/Configuration.h View File

@@ -51,9 +51,6 @@
51 51
  */
52 52
 #define CONFIGURATION_H_VERSION 010100
53 53
 
54
-#include "boards.h"
55
-#include "macros.h"
56
-
57 54
 //===========================================================================
58 55
 //============================= Getting Started =============================
59 56
 //===========================================================================

+ 0
- 3
Marlin/example_configurations/Felix/DUAL/Configuration.h View File

@@ -51,9 +51,6 @@
51 51
  */
52 52
 #define CONFIGURATION_H_VERSION 010100
53 53
 
54
-#include "boards.h"
55
-#include "macros.h"
56
-
57 54
 //===========================================================================
58 55
 //============================= Getting Started =============================
59 56
 //===========================================================================

+ 0
- 3
Marlin/example_configurations/Hephestos/Configuration.h View File

@@ -51,9 +51,6 @@
51 51
  */
52 52
 #define CONFIGURATION_H_VERSION 010100
53 53
 
54
-#include "boards.h"
55
-#include "macros.h"
56
-
57 54
 //===========================================================================
58 55
 //============================= Getting Started =============================
59 56
 //===========================================================================

+ 0
- 3
Marlin/example_configurations/Hephestos_2/Configuration.h View File

@@ -51,9 +51,6 @@
51 51
  */
52 52
 #define CONFIGURATION_H_VERSION 010100
53 53
 
54
-#include "boards.h"
55
-#include "macros.h"
56
-
57 54
 //===========================================================================
58 55
 //============================= Getting Started =============================
59 56
 //===========================================================================

+ 0
- 3
Marlin/example_configurations/K8200/Configuration.h View File

@@ -58,9 +58,6 @@
58 58
  */
59 59
 #define CONFIGURATION_H_VERSION 010100
60 60
 
61
-#include "boards.h"
62
-#include "macros.h"
63
-
64 61
 //===========================================================================
65 62
 //============================= Getting Started =============================
66 63
 //===========================================================================

+ 0
- 3
Marlin/example_configurations/K8400/Configuration.h View File

@@ -51,9 +51,6 @@
51 51
  */
52 52
 #define CONFIGURATION_H_VERSION 010100
53 53
 
54
-#include "boards.h"
55
-#include "macros.h"
56
-
57 54
 //===========================================================================
58 55
 //============================= Getting Started =============================
59 56
 //===========================================================================

+ 0
- 3
Marlin/example_configurations/K8400/Dual-head/Configuration.h View File

@@ -51,9 +51,6 @@
51 51
  */
52 52
 #define CONFIGURATION_H_VERSION 010100
53 53
 
54
-#include "boards.h"
55
-#include "macros.h"
56
-
57 54
 //===========================================================================
58 55
 //============================= Getting Started =============================
59 56
 //===========================================================================

+ 0
- 3
Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h View File

@@ -51,9 +51,6 @@
51 51
  */
52 52
 #define CONFIGURATION_H_VERSION 010100
53 53
 
54
-#include "boards.h"
55
-#include "macros.h"
56
-
57 54
 //===========================================================================
58 55
 //============================= Getting Started =============================
59 56
 //===========================================================================

+ 0
- 3
Marlin/example_configurations/RigidBot/Configuration.h View File

@@ -51,9 +51,6 @@
51 51
  */
52 52
 #define CONFIGURATION_H_VERSION 010100
53 53
 
54
-#include "boards.h"
55
-#include "macros.h"
56
-
57 54
 //===========================================================================
58 55
 //============================= Getting Started =============================
59 56
 //===========================================================================

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

@@ -51,9 +51,6 @@
51 51
  */
52 52
 #define CONFIGURATION_H_VERSION 010100
53 53
 
54
-#include "boards.h"
55
-#include "macros.h"
56
-
57 54
 //===========================================================================
58 55
 //============================= Getting Started =============================
59 56
 //===========================================================================

+ 0
- 3
Marlin/example_configurations/TAZ4/Configuration.h View File

@@ -51,9 +51,6 @@
51 51
  */
52 52
 #define CONFIGURATION_H_VERSION 010100
53 53
 
54
-#include "boards.h"
55
-#include "macros.h"
56
-
57 54
 //===========================================================================
58 55
 //============================= Getting Started =============================
59 56
 //===========================================================================

+ 0
- 3
Marlin/example_configurations/WITBOX/Configuration.h View File

@@ -51,9 +51,6 @@
51 51
  */
52 52
 #define CONFIGURATION_H_VERSION 010100
53 53
 
54
-#include "boards.h"
55
-#include "macros.h"
56
-
57 54
 //===========================================================================
58 55
 //============================= Getting Started =============================
59 56
 //===========================================================================

+ 0
- 3
Marlin/example_configurations/adafruit/ST7565/Configuration.h View File

@@ -51,9 +51,6 @@
51 51
  */
52 52
 #define CONFIGURATION_H_VERSION 010100
53 53
 
54
-#include "boards.h"
55
-#include "macros.h"
56
-
57 54
 //===========================================================================
58 55
 //============================= Getting Started =============================
59 56
 //===========================================================================

+ 0
- 3
Marlin/example_configurations/delta/biv2.5/Configuration.h View File

@@ -51,9 +51,6 @@
51 51
  */
52 52
 #define CONFIGURATION_H_VERSION 010100
53 53
 
54
-#include "boards.h"
55
-#include "macros.h"
56
-
57 54
 //===========================================================================
58 55
 //============================= Getting Started =============================
59 56
 //===========================================================================

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

@@ -51,9 +51,6 @@
51 51
  */
52 52
 #define CONFIGURATION_H_VERSION 010100
53 53
 
54
-#include "boards.h"
55
-#include "macros.h"
56
-
57 54
 //===========================================================================
58 55
 //============================= Getting Started =============================
59 56
 //===========================================================================

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

@@ -51,9 +51,6 @@
51 51
  */
52 52
 #define CONFIGURATION_H_VERSION 010100
53 53
 
54
-#include "boards.h"
55
-#include "macros.h"
56
-
57 54
 //===========================================================================
58 55
 //============================= Getting Started =============================
59 56
 //===========================================================================

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

@@ -57,9 +57,6 @@
57 57
  */
58 58
 #define CONFIGURATION_H_VERSION 010100
59 59
 
60
-#include "boards.h"
61
-#include "macros.h"
62
-
63 60
 //===========================================================================
64 61
 //============================= Getting Started =============================
65 62
 //===========================================================================

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

@@ -51,9 +51,6 @@
51 51
  */
52 52
 #define CONFIGURATION_H_VERSION 010100
53 53
 
54
-#include "boards.h"
55
-#include "macros.h"
56
-
57 54
 //===========================================================================
58 55
 //============================= Getting Started =============================
59 56
 //===========================================================================

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

@@ -51,9 +51,6 @@
51 51
  */
52 52
 #define CONFIGURATION_H_VERSION 010100
53 53
 
54
-#include "boards.h"
55
-#include "macros.h"
56
-
57 54
 //===========================================================================
58 55
 //============================= Getting Started =============================
59 56
 //===========================================================================

+ 0
- 3
Marlin/example_configurations/tvrrug/Round2/Configuration.h View File

@@ -51,9 +51,6 @@
51 51
  */
52 52
 #define CONFIGURATION_H_VERSION 010100
53 53
 
54
-#include "boards.h"
55
-#include "macros.h"
56
-
57 54
 //===========================================================================
58 55
 //============================= Getting Started =============================
59 56
 //===========================================================================

Loading…
Cancel
Save