123456789101112131415161718192021222324252627282930313233343536 |
-
-
- #include "pins_RAMPS_13.h"
-
- #define X_MAX_PIN -1
- #define Y_MAX_PIN -1
- #define Z_MAX_PIN -1
-
- #define Y2_STEP_PIN -1
- #define Y2_DIR_PIN -1
- #define Y2_ENABLE_PIN -1
- #define Z2_STEP_PIN -1
- #define Z2_DIR_PIN -1
- #define Z2_ENABLE_PIN -1
-
- #define E1_STEP_PIN 36
- #define E1_DIR_PIN 34
- #define E1_ENABLE_PIN 30
-
- #define SDPOWER 1
-
- #define FAN_PIN 9
- #define PS_ON_PIN 12
-
- #define HEATER_1_PIN 7
-
- #if defined(ULTRA_LCD) && defined(NEWPANEL)
-
- #define BLEN_C 2
- #define BLEN_B 1
- #define BLEN_A 0
- #define SDCARDDETECT 6
-
- #endif
|