Update Configuration.h
Changed the Z axis values
This commit is contained in:
parent
fdde4e44a1
commit
3e6e444b25
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@
|
|||
|
||||
//// Calibration variables
|
||||
// X, Y, Z, E steps per unit - Metric Prusa Mendel with Wade extruder:
|
||||
#define _AXIS_STEP_PER_UNIT {80, 160, 6400/1.25,500}
|
||||
#define _AXIS_STEP_PER_UNIT {80, 160, 8000/1.25,700}
|
||||
// Metric Prusa Mendel with Makergear geared stepper extruder:
|
||||
//#define _AXIS_STEP_PER_UNIT {80,80,3200/1.25,1380}
|
||||
// MakerGear Hybrid Prusa Mendel:
|
||||
|
|
|
|||
Loading…
Reference in a new issue