Move Y2 and Z2 pins defines to pins.h

This commit is contained in:
Scott Lahteine
2015-08-27 18:08:09 -07:00
committed by Richard Wackerbarth
parent 28599c51c7
commit 34e0a8d848
3 changed files with 12 additions and 20 deletions

View File

@ -42,18 +42,6 @@
#define Z_MAX_PIN 19
#define Z_MIN_PROBE_PIN -1
#define Y2_STEP_PIN 36
#define Y2_DIR_PIN 34
#define Y2_ENABLE_PIN 30
#undef Z2_STEP_PIN
#undef Z2_DIR_PIN
#undef Z2_ENABLE_PIN
#define Z2_STEP_PIN 36
#define Z2_DIR_PIN 34
#define Z2_ENABLE_PIN 30
#define E0_STEP_PIN 26
#define E0_DIR_PIN 28
#define E0_ENABLE_PIN 24