diff options
| author | Christian Franke <nobody@nowhere.ws> | 2013-04-29 09:41:19 +0200 | 
|---|---|---|
| committer | Christian Franke <nobody@nowhere.ws> | 2013-04-29 09:41:19 +0200 | 
| commit | d6ee22267bde817bfb3977d323678dd66983daa3 (patch) | |
| tree | 4b5d5374d0e32a71cd52af2ba54d2fea17a24ba6 /Sprinter | |
| parent | f1b1b8f911bda002374bfb73639a91795b74abe6 (diff) | |
The current setup only allows for 180mm way along Y
Diffstat (limited to 'Sprinter')
| -rw-r--r-- | Sprinter/Configuration.h | 2 | 
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;  //-----------------------------------------------------------------------  | 
