summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkliment <kliment.yanev@gmail.com>2011-07-25 00:24:25 -0700
committerkliment <kliment.yanev@gmail.com>2011-07-25 00:24:25 -0700
commit95fbe3de6e60b14ff8186ea5d17d354188892998 (patch)
tree914ded66ae884d901976010596656de7942d8ef0
parent4c385a2f5d0cdb375bed7f095dbc3382cc8b66f2 (diff)
parent95504583ffa35d7d496b8c3538cda3047261de28 (diff)
Merge pull request #58 from Renosis/master
MakerGear Hybrid Prusa Mendel steps per unit values
-rw-r--r--Sprinter/Configuration.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Sprinter/Configuration.h b/Sprinter/Configuration.h
index bbc2cfe..59c332f 100644
--- a/Sprinter/Configuration.h
+++ b/Sprinter/Configuration.h
@@ -24,6 +24,9 @@
float axis_steps_per_unit[] = {80, 80, 3200/1.25,700};
// Metric Prusa Mendel with Makergear geared stepper extruder:
//float axis_steps_per_unit[] = {80,80,3200/1.25,1380};
+// MakerGear Hybrid Prusa Mendel:
+// Z axis value is for .9 stepper(if you have 1.8 steppers for Z, you need to use 2272.7272)
+//float axis_steps_per_unit[] = {104.987, 104.987, 4545.4544, 1487};
//// Endstop Settings
#define ENDSTOPPULLUPS 1 // Comment this out (using // at the start of the line) to disable the endstop pullup resistors