From 78d4e298caf77fbaf386fef953560af319593f13 Mon Sep 17 00:00:00 2001 From: Davidsg33k Date: Wed, 11 Nov 2020 08:08:31 -0700 Subject: [PATCH] Update Configuration.h Line 751. Default Axis steps Per Unit (steps/mm) I see it was changed from 400 to 4000 and this is way to many steps in most default configuration. Please confirm. Best regards David Gaspar --- Marlin/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 0036f40c4a..785be167b8 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -748,7 +748,7 @@ * Override with M92 * X, Y, Z, E0 [, E1[, E2...]] */ -#define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 4000, 500 } +#define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 400, 500 } /** * Default Max Feed Rate (mm/s)