|
|
|
|
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
|