Skip to content

Commit

Permalink
Merge pull request kliment#58 from Renosis/master
Browse files Browse the repository at this point in the history
MakerGear Hybrid Prusa Mendel steps per unit values
  • Loading branch information
kliment committed Jul 25, 2011
2 parents 4c385a2 + 9550458 commit 95fbe3d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Sprinter/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 95fbe3d

Please sign in to comment.