Browse Source

🔧 Move MOTHERBOARD closer to top

Scott Lahteine 3 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
 
94
 
95
 // @section machine
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
  * Select the serial port on the board to use for communication with the host.
103
  * Select the serial port on the board to use for communication with the host.
99
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
104
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
137
 // Enable the Bluetooth serial interface on AT90USB devices
142
 // Enable the Bluetooth serial interface on AT90USB devices
138
 //#define BLUETOOTH
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
 // Name displayed in the LCD "Ready" message and Info menu
145
 // Name displayed in the LCD "Ready" message and Info menu
146
 //#define CUSTOM_MACHINE_NAME "3D Printer"
146
 //#define CUSTOM_MACHINE_NAME "3D Printer"
147
 
147
 

Loading…
Cancel
Save