summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Franke <nobody@nowhere.ws>2013-04-29 14:20:52 +0200
committerChristian Franke <nobody@nowhere.ws>2013-04-29 14:20:52 +0200
commit63d9324143ce8ccd34ebbdbf6d6141ff84c777c5 (patch)
treedf1975ea9d7343dc30e84a931aba11e0f073b2e6
parentd6ee22267bde817bfb3977d323678dd66983daa3 (diff)
Holding Z may be beneficial and shouldn't cause trouble
-rw-r--r--Sprinter/Configuration.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Sprinter/Configuration.h b/Sprinter/Configuration.h
index 757c866..c82df79 100644
--- a/Sprinter/Configuration.h
+++ b/Sprinter/Configuration.h
@@ -111,7 +111,7 @@ const bool Z_ENDSTOP_INVERT = false;
//-----------------------------------------------------------------------
const bool DISABLE_X = false;
const bool DISABLE_Y = false;
-const bool DISABLE_Z = true;
+const bool DISABLE_Z = false;
const bool DISABLE_E = false;
//-----------------------------------------------------------------------