summaryrefslogtreecommitdiff
path: root/Tonokip_Firmware/configuration.h
diff options
context:
space:
mode:
authorChristopher Jansen <scribblej@yahoo.com>2011-05-14 19:47:12 -0500
committerChristopher Jansen <scribblej@yahoo.com>2011-05-14 19:47:12 -0500
commit3dba0cd086d96358e6bc3570e364324406769304 (patch)
treeeff193ece39e3223a2c01bea83bccc77299565c2 /Tonokip_Firmware/configuration.h
parent86f43686c88fa0f5bf6bbb38982ce1a7ea1ad967 (diff)
Added support for endstops at either max or min - no longer supports min only.
Diffstat (limited to 'Tonokip_Firmware/configuration.h')
-rw-r--r--Tonokip_Firmware/configuration.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/Tonokip_Firmware/configuration.h b/Tonokip_Firmware/configuration.h
index 47466ae..c83c63e 100644
--- a/Tonokip_Firmware/configuration.h
+++ b/Tonokip_Firmware/configuration.h
@@ -112,6 +112,12 @@ const bool INVERT_Y_DIR = false;
const bool INVERT_Z_DIR = true;
const bool INVERT_E_DIR = false;
+// Sets direction of endstops when homing; 1=MAX, -1=MIN
+const int X_HOME_DIR = -1;
+const int Y_HOME_DIR = -1;
+const int Z_HOME_DIR = -1;
+
+
//Thermistor settings:
//Uncomment for 100k thermistor