Update Configuration.h

This commit is contained in:
James Devine 2015-04-30 11:23:00 +02:00
parent 0814505772
commit 51c592e467

View file

@ -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