Browse Source

Fix typo in configuration.h

alexborro 10 years ago
parent
commit
5bf42066fa
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/Configuration.h

+ 1
- 1
Marlin/Configuration.h View File

59
 // The following define selects which electronics board you have.
59
 // The following define selects which electronics board you have.
60
 // Please choose the name from boards.h that matches your setup
60
 // Please choose the name from boards.h that matches your setup
61
 #ifndef MOTHERBOARD
61
 #ifndef MOTHERBOARD
62
-  #define MOTHERBOARD BOARD_RAMPS_13
62
+  #define MOTHERBOARD BOARD_RAMPS_13_EFB
63
 #endif
63
 #endif
64
 
64
 
65
 // Define this to set a custom name for your generic Mendel,
65
 // Define this to set a custom name for your generic Mendel,

Loading…
Cancel
Save