Fix compile error with Z_DUAL_ENDSTOPS

This commit is contained in:
Scott Lahteine
2015-04-05 03:44:47 -07:00
parent f5dad8ade2
commit d867c18535
2 changed files with 9 additions and 5 deletions

View File

@ -40,6 +40,10 @@
#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