|
@ -134,6 +134,10 @@ |
|
|
// 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_14_EFB |
|
|
#define MOTHERBOARD BOARD_RAMPS_14_EFB |
|
|
|
|
|
#define PIN_EXP1 65 // A11
|
|
|
|
|
|
#define PIN_EXP2 66 // A12
|
|
|
|
|
|
#define PIN_EXP3 11 // SERVO0_PIN
|
|
|
|
|
|
#define PIN_EXP4 12 // PS_ON_PIN
|
|
|
#endif |
|
|
#endif |
|
|
|
|
|
|
|
|
// Optional custom name for your RepStrap or other custom machine
|
|
|
// Optional custom name for your RepStrap or other custom machine
|
|
|