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

Loading…
Cancel
Save