123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
-
-
-
-
- #define BOARD_NAME "K8400"
- #define DEFAULT_MACHINE_NAME "Vertex"
- #define DEFAULT_SOURCE_CODE_URL "https://github.com/birkett/Vertex-K8400-Firmware"
-
- #include "pins_3DRAG.h"
-
- #undef X_MAX_PIN
- #undef X_MIN_PIN
- #undef Y_MAX_PIN
- #undef Y_MIN_PIN
- #define X_STOP_PIN 3
- #define Y_STOP_PIN 14
-
- #undef E1_STEP_PIN
- #define E1_STEP_PIN 32
-
- #undef PS_ON_PIN
- #undef KILL_PIN
-
- #undef HEATER_1_PIN
- #define HEATER_1_PIN 11
|