From d6ee22267bde817bfb3977d323678dd66983daa3 Mon Sep 17 00:00:00 2001 From: Christian Franke Date: Mon, 29 Apr 2013 09:41:19 +0200 Subject: The current setup only allows for 180mm way along Y --- Sprinter/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; //----------------------------------------------------------------------- -- cgit v1.2.1