summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjohnnyr <thehdesk@gmail.com>2011-06-14 18:33:46 -0700
committerjohnnyr <thehdesk@gmail.com>2011-06-14 18:33:46 -0700
commit5d8e951ed899674ddea7994466489a02e89f9db8 (patch)
tree02d20b14201660421db3f1b2e065f052dab689da
parentaee0ea80034db1abed27d14dfcb2421ea0387fa0 (diff)
Set RAMPS 1.3 Max endstop pins -1 for default config
-rw-r--r--Tonokip_Firmware/pins.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Tonokip_Firmware/pins.h b/Tonokip_Firmware/pins.h
index 7a2766f..3b15ae2 100644
--- a/Tonokip_Firmware/pins.h
+++ b/Tonokip_Firmware/pins.h
@@ -217,19 +217,19 @@
#define X_DIR_PIN 55
#define X_ENABLE_PIN 38
#define X_MIN_PIN 3
-#define X_MAX_PIN 2
+#define X_MAX_PIN -1 //2 //Max endstops default to disabled "-1", set to commented value to enable.
#define Y_STEP_PIN 60
#define Y_DIR_PIN 61
#define Y_ENABLE_PIN 56
#define Y_MIN_PIN 14
-#define Y_MAX_PIN 15
+#define Y_MAX_PIN -1 //15
#define Z_STEP_PIN 46
#define Z_DIR_PIN 48
#define Z_ENABLE_PIN 62
#define Z_MIN_PIN 18
-#define Z_MAX_PIN 19
+#define Z_MAX_PIN -1 //19
#define E_STEP_PIN 26
#define E_DIR_PIN 28