|
@@ -32,8 +32,8 @@
|
|
|
|
|
|
// Steps per unit {X,Y,Z,E}
|
|
|
//#define DEFAULT_AXIS_STEPS_PER_UNIT {100,100,3200/8,140}
|
|
|
-//#define DEFAULT_AXIS_STEPS_PER_UNIT {100,100,3200/8,280}
|
|
|
-#define DEFAULT_AXIS_STEPS_PER_UNIT {100,100,3200/8,560}
|
|
|
+#define DEFAULT_AXIS_STEPS_PER_UNIT {100,100,3200/8,280}
|
|
|
+//#define DEFAULT_AXIS_STEPS_PER_UNIT {100,100,3200/8,560}
|
|
|
|
|
|
// Endstop inverting
|
|
|
const bool X_MIN_ENDSTOP_INVERTING = false; // set to true to invert the logic of the endstop.
|
|
@@ -144,7 +144,7 @@ const bool Z_MIN_ENDSTOP_INVERTING = false; // set to true to invert the logic o
|
|
|
|
|
|
#define TMC2130_USTEPS_XY 16 // microstep resolution for XY axes
|
|
|
#define TMC2130_USTEPS_Z 16 // microstep resolution for Z axis
|
|
|
-#define TMC2130_USTEPS_E 64 // microstep resolution for E axis
|
|
|
+#define TMC2130_USTEPS_E 32 // microstep resolution for E axis
|
|
|
#define TMC2130_INTPOL_XY 1 // extrapolate 256 for XY axes
|
|
|
#define TMC2130_INTPOL_Z 1 // extrapolate 256 for Z axis
|
|
|
#define TMC2130_INTPOL_E 1 // extrapolate 256 for E axis
|