From 63b61be369311fbde4b2ad08a50a7687c44c9f5a Mon Sep 17 00:00:00 2001 From: Ian Mancini Date: Fri, 17 Dec 2021 11:42:09 -0300 Subject: [PATCH] Fix esteps Expected measurement: 100 x 100 x 40 mm X/Y axis: 100 steps/mm -> 124.65 mm (measured) 80.22 steps/mm -> X = 100 mm Z axis: 400 steps/mm -> 39.66 mm (measured) 403.43 -> X = 40 mm --- Marlin/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 83eefc8..e67d68a 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 { 100, 100, 400, 100 } +#define DEFAULT_AXIS_STEPS_PER_UNIT { 80.22, 80.22, 403.22, 100 } /** * Default Max Feed Rate (mm/s)