Browse Source
Fix example file to pull in correct pins file
pull/1/head
Roxy-3D
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
2 deletions
-
Marlin/src/config/examples/Formbot/T-Rex_2+/Configuration.h
|
|
@ -138,8 +138,7 @@ |
|
|
|
// The following define selects which electronics board you have.
|
|
|
|
// Please choose the name from boards.h that matches your setup
|
|
|
|
#ifndef MOTHERBOARD |
|
|
|
//#define MOTHERBOARD BOARD_RUMBA
|
|
|
|
#define MOTHERBOARD BOARD_FORMBOT |
|
|
|
#define MOTHERBOARD BOARD_FORMBOT_TREX2 |
|
|
|
#endif |
|
|
|
|
|
|
|
// Optional custom name for your RepStrap or other custom machine
|
|
|
|