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,7 +59,7 @@ Here are some standard links for getting your machine calibrated:
59 59
 // The following define selects which electronics board you have.
60 60
 // Please choose the name from boards.h that matches your setup
61 61
 #ifndef MOTHERBOARD
62
-  #define MOTHERBOARD BOARD_RAMPS_13
62
+  #define MOTHERBOARD BOARD_RAMPS_13_EFB
63 63
 #endif
64 64
 
65 65
 // Define this to set a custom name for your generic Mendel,

Loading…
Cancel
Save