diff options
-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; //----------------------------------------------------------------------- |