123456789101112131415161718192021222324252627282930313233343536373839 |
- #include "pins_RAMPS.h"
- #undef BOARD_NAME
- #define BOARD_NAME "MAKEBOARD_MINI"
- #undef X_MIN_PIN
- #undef Y_MIN_PIN
- #undef Z_MIN_PIN
- #undef X_MAX_PIN
- #undef Y_MAX_PIN
- #undef Z_MAX_PIN
- #define X_STOP_PIN 2
- #define Y_STOP_PIN 15
- #define Z_STOP_PIN 19
|