Add Y2 pins

This commit is contained in:
Frederik Menke 2022-08-21 17:23:50 +02:00
parent a27698d225
commit c53498aff4

View file

@ -43,6 +43,13 @@
//
// Steppers
//
//#define Y2_STEP_PIN PJ1
//#define Y2_ENABLE_PIN PG2
//#define Y2_DIR_PIN PJ0
#define Y2_STEP_PIN 14
#define Y2_DIR_PIN 15
#define Y2_ENABLE_PIN 39
#define X_STEP_PIN 28
#define X_DIR_PIN 63
#define X_ENABLE_PIN 29
@ -88,4 +95,4 @@
#define SOL1_PIN 16
#define SOL2_PIN 17
/* Unused (1) (2) (3) 4 5 6 7 8 9 10 11 12 13 (14) (15) (16) 17 (18) (19) (20) (21) (22) (23) 24 (25) (26) (27) 28 (29) (30) (31) */
/* Unused (1) (2) (3) 4 5 6 7 8 9 10 11 12 13 (16) 17 (18) (19) (20) (21) (22) (23) 24 (25) (26) (27) 28 (29) (30) (31) */