Browse Source

🔧 Move MOTHERBOARD closer to top

Scott Lahteine 2 years ago
parent
commit
fca6d12093
1 changed files with 5 additions and 5 deletions
  1. 5
    5
      Marlin/Configuration.h

+ 5
- 5
Marlin/Configuration.h View File

@@ -94,6 +94,11 @@
94 94
 
95 95
 // @section machine
96 96
 
97
+// Choose the name from boards.h that matches your setup
98
+#ifndef MOTHERBOARD
99
+  #define MOTHERBOARD BOARD_RAMPS_14_EFB
100
+#endif
101
+
97 102
 /**
98 103
  * Select the serial port on the board to use for communication with the host.
99 104
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
@@ -137,11 +142,6 @@
137 142
 // Enable the Bluetooth serial interface on AT90USB devices
138 143
 //#define BLUETOOTH
139 144
 
140
-// Choose the name from boards.h that matches your setup
141
-#ifndef MOTHERBOARD
142
-  #define MOTHERBOARD BOARD_RAMPS_14_EFB
143
-#endif
144
-
145 145
 // Name displayed in the LCD "Ready" message and Info menu
146 146
 //#define CUSTOM_MACHINE_NAME "3D Printer"
147 147
 

Loading…
Cancel
Save