Browse Source

Merge pull request #3031 from tnw513/RCBugFix

Fix board type for Hephestos: RAMPS 1.4
pull/1/head
Scott Lahteine 9 years ago
parent
commit
0bc648353f
  1. 2
      Marlin/example_configurations/Hephestos/Configuration.h

2
Marlin/example_configurations/Hephestos/Configuration.h

@ -70,7 +70,7 @@ Here are some standard links for getting your machine calibrated:
// The following define selects which electronics board you have. // The following define selects which electronics board you have.
// Please choose the name from boards.h that matches your setup // Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD #ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_RAMPS_13_EFB #define MOTHERBOARD BOARD_RAMPS_14_EFB
#endif #endif
// Optional custom name for your RepStrap or other custom machine // Optional custom name for your RepStrap or other custom machine

Loading…
Cancel
Save