12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- #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"
- #define X_STOP_PIN 3
- #define Y_STOP_PIN 14
- #undef X_MIN_PIN
- #undef X_MAX_PIN
- #undef Y_MIN_PIN
- #undef Y_MAX_PIN
- #undef E1_STEP_PIN
- #define E1_STEP_PIN 32
- #undef HEATER_1_PIN
- #define HEATER_1_PIN 11
- #undef PS_ON_PIN
- #undef KILL_PIN
- #undef SD_DETECT_PIN
- #if Z_STEP_PIN == 26
- #undef Z_STEP_PIN
- #define Z_STEP_PIN 32
- #endif
|