From 5b24ba940007158cab71e16e79bf10258686b5d7 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Wed, 11 Nov 2020 14:19:09 -0600 Subject: [PATCH] Default 400 steps-per-mm on Z --- config/default/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/default/Configuration.h b/config/default/Configuration.h index 988272080e..3c26431282 100644 --- a/config/default/Configuration.h +++ b/config/default/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)