summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Franke <nobody@nowhere.ws>2013-04-29 09:41:19 +0200
committerChristian Franke <nobody@nowhere.ws>2013-04-29 09:41:19 +0200
commitd6ee22267bde817bfb3977d323678dd66983daa3 (patch)
tree4b5d5374d0e32a71cd52af2ba54d2fea17a24ba6
parentf1b1b8f911bda002374bfb73639a91795b74abe6 (diff)
The current setup only allows for 180mm way along Y
-rw-r--r--Sprinter/Configuration.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Sprinter/Configuration.h b/Sprinter/Configuration.h
index 0d951c5..757c866 100644
--- a/Sprinter/Configuration.h
+++ b/Sprinter/Configuration.h
@@ -140,7 +140,7 @@ const bool max_software_endstops = true; //If true, axis won't move to coordinat
//Max Length for Prusa Mendel, check the ways of your axis and set this Values
//-----------------------------------------------------------------------
const int X_MAX_LENGTH = 200;
-const int Y_MAX_LENGTH = 200;
+const int Y_MAX_LENGTH = 180;
const int Z_MAX_LENGTH = 100;
//-----------------------------------------------------------------------