Browse Source

Merge pull request #3031 from tnw513/RCBugFix

Fix board type for Hephestos: RAMPS 1.4
Scott Lahteine 9 years ago
parent
commit
0bc648353f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/example_configurations/Hephestos/Configuration.h

+ 1
- 1
Marlin/example_configurations/Hephestos/Configuration.h View File

70
 // The following define selects which electronics board you have.
70
 // The following define selects which electronics board you have.
71
 // Please choose the name from boards.h that matches your setup
71
 // Please choose the name from boards.h that matches your setup
72
 #ifndef MOTHERBOARD
72
 #ifndef MOTHERBOARD
73
-  #define MOTHERBOARD BOARD_RAMPS_13_EFB
73
+  #define MOTHERBOARD BOARD_RAMPS_14_EFB
74
 #endif
74
 #endif
75
 
75
 
76
 // Optional custom name for your RepStrap or other custom machine
76
 // Optional custom name for your RepStrap or other custom machine

Loading…
Cancel
Save