From 51c592e46739feeeccbbc9f98bc3d8bbf1b85dc4 Mon Sep 17 00:00:00 2001 From: James Devine Date: Thu, 30 Apr 2015 11:23:00 +0200 Subject: [PATCH] Update Configuration.h --- Sprinter/Configuration.h | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/Sprinter/Configuration.h b/Sprinter/Configuration.h index 9fe007c..a0c979f 100644 --- a/Sprinter/Configuration.h +++ b/Sprinter/Configuration.h @@ -32,7 +32,12 @@ //// Calibration variables // X, Y, Z, E steps per unit - Metric Prusa Mendel with Wade extruder: -#define _AXIS_STEP_PER_UNIT {80, 160, 7500/1.25,700} + +// old values: +//#define _AXIS_STEP_PER_UNIT {160, 160, 3200/0.80,350} +// new values by Fosfor, 2015-04-29: +#define _AXIS_STEP_PER_UNIT {228.57, 160, 5120, 1167.99} + // Metric Prusa Mendel with Makergear geared stepper extruder: //#define _AXIS_STEP_PER_UNIT {80,80,3200/1.25,1380} // MakerGear Hybrid Prusa Mendel: @@ -139,9 +144,9 @@ 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 Z_MAX_LENGTH = 100; +const int X_MAX_LENGTH = 130; +const int Y_MAX_LENGTH = 110; +const int Z_MAX_LENGTH = 90; //----------------------------------------------------------------------- //// MOVEMENT SETTINGS @@ -390,3 +395,4 @@ const int dropsegments=5; //everything with less than this number of steps will #endif #endif +