From 3a216bb96297808af405850aa6c1caae0fa459e0 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Sun, 10 Feb 2019 14:24:59 -0600 Subject: [PATCH] CR10mini E steps of 95 See https://www.patreon.com/posts/creality-cr10-24602624 --- .../example_configurations/Creality/CR-10mini/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/example_configurations/Creality/CR-10mini/Configuration.h b/Marlin/example_configurations/Creality/CR-10mini/Configuration.h index c72fb4c9bc..5400e1e845 100644 --- a/Marlin/example_configurations/Creality/CR-10mini/Configuration.h +++ b/Marlin/example_configurations/Creality/CR-10mini/Configuration.h @@ -620,7 +620,7 @@ * Override with M92 * X, Y, Z, E0 [, E1[, E2[, E3[, E4]]]] */ -#define DEFAULT_AXIS_STEPS_PER_UNIT { 79.60, 80, 400, 229.4 } +#define DEFAULT_AXIS_STEPS_PER_UNIT { 79.60, 80, 400, 95 } /** * Default Max Feed Rate (mm/s)