diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 0e2b72d89f..97c4f76e66 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -1168,7 +1168,7 @@ * Override with M92 * X, Y, Z [, I [, J [, K...]]], E0 [, E1[, E2...]] */ -#define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 400, 109.4117 } +#define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 400, 105.202 } /** * Default Max Feed Rate (linear=mm/s, rotational=°/s) @@ -1674,10 +1674,10 @@ */ //#define Z_IDLE_HEIGHT Z_HOME_POS -//#define Z_HOMING_HEIGHT 4 // (mm) Minimal Z height before homing (G28) for Z clearance above the bed, clamps, ... +#define Z_HOMING_HEIGHT 4 // (mm) Minimal Z height before homing (G28) for Z clearance above the bed, clamps, ... // Be sure to have this much clearance over your Z_MAX_POS to prevent grinding. -//#define Z_AFTER_HOMING 10 // (mm) Height to move to after homing Z +#define Z_AFTER_HOMING 10 // (mm) Height to move to after homing Z // Direction of endstops when homing; 1=MAX, -1=MIN // :[-1,1]