Browse Source

Correct MOTHERBOARD for Geeetech i3 Pro X

Scott Lahteine 7 years ago
parent
commit
7a4029d1b1

+ 1
- 1
Marlin/src/config/examples/Geeetech/I3_Pro_X-GT2560/Configuration.h View File

132
 // The following define selects which electronics board you have.
132
 // The following define selects which electronics board you have.
133
 // Please choose the name from boards.h that matches your setup
133
 // Please choose the name from boards.h that matches your setup
134
 #ifndef MOTHERBOARD
134
 #ifndef MOTHERBOARD
135
-  #define MOTHERBOARD BOARD_ULTIMAKER
135
+  #define MOTHERBOARD BOARD_GT2560_REV_A_PLUS
136
 #endif
136
 #endif
137
 
137
 
138
 // Optional custom name for your RepStrap or other custom machine
138
 // Optional custom name for your RepStrap or other custom machine

Loading…
Cancel
Save