local configuration stuff- WATCHPERIOD causes breakage, disable. few other misc changes

This commit is contained in:
Michael Moon
2012-01-24 17:02:45 +11:00
parent 42bedb3f60
commit ab01658fd2
2 changed files with 18 additions and 18 deletions

View File

@ -7,8 +7,8 @@
#define X_STEP_PIN 2
#define X_DIR_PIN 3
#define X_ENABLE_PIN -1
#define X_MIN_PIN 16
#define X_MAX_PIN -1
#define X_MIN_PIN -1
#define X_MAX_PIN 16
#define Y_STEP_PIN 5
#define Y_DIR_PIN 6