Browse Source

Fix example file to pull in correct pins file

Roxy-3D 6 years ago
parent
commit
5fbfbde532
No account linked to committer's email address
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      Marlin/src/config/examples/Formbot/T-Rex_2+/Configuration.h

+ 1
- 2
Marlin/src/config/examples/Formbot/T-Rex_2+/Configuration.h View File

138
 // The following define selects which electronics board you have.
138
 // The following define selects which electronics board you have.
139
 // Please choose the name from boards.h that matches your setup
139
 // Please choose the name from boards.h that matches your setup
140
 #ifndef MOTHERBOARD
140
 #ifndef MOTHERBOARD
141
-//#define MOTHERBOARD BOARD_RUMBA
142
-#define MOTHERBOARD BOARD_FORMBOT
141
+  #define MOTHERBOARD BOARD_FORMBOT_TREX2
143
 #endif
142
 #endif
144
 
143
 
145
 // Optional custom name for your RepStrap or other custom machine
144
 // Optional custom name for your RepStrap or other custom machine

Loading…
Cancel
Save