From 7bf11a8e4c63962b71e2e1cab6f3c1c67a348ce1 Mon Sep 17 00:00:00 2001 From: Alfred Melch Date: Sat, 14 Aug 2021 11:41:13 +0200 Subject: [PATCH] Config: set z steps per mm and probe z offset --- Marlin/Configuration.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 79a47b9241..f1d8be5fd4 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -932,7 +932,7 @@ * Override with M92 * X, Y, Z [, I [, J [, K]]], E0 [, E1[, E2...]] */ -#define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 400, 500 } +#define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 1600, 500 } /** * Default Max Feed Rate (mm/s) @@ -1184,7 +1184,7 @@ * | [-] | * O-- FRONT --+ */ -#define NOZZLE_TO_PROBE_OFFSET { -20, 13, 0 } +#define NOZZLE_TO_PROBE_OFFSET { -20, 13, -1.49 } // Most probes should stay away from the edges of the bed, but // with NOZZLE_AS_PROBE this can be negative for a wider probing area.