From d4162ac65dd1b52d1418f4f0e5bf6e1ca9d7a2d6 Mon Sep 17 00:00:00 2001 From: peppino12 <36679403+peppino12@users.noreply.github.com> Date: Tue, 20 Feb 2018 22:27:21 +0100 Subject: [PATCH] Update Configuration.h --- Marlin/config/hephestos/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/config/hephestos/Configuration.h b/Marlin/config/hephestos/Configuration.h index 79da8141336d..b3d0ac3210d5 100644 --- a/Marlin/config/hephestos/Configuration.h +++ b/Marlin/config/hephestos/Configuration.h @@ -474,7 +474,7 @@ const bool Z_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the logic // default settings -#define DEFAULT_AXIS_STEPS_PER_UNIT {80, 80, 4000,100.47095761381482} // default steps per unit for Ultimaker +#define DEFAULT_AXIS_STEPS_PER_UNIT {80, 80, 400,100.47095761381482} // default steps per unit for Ultimaker #define DEFAULT_MAX_ACCELERATION {1100,1100,100,10000} // X, Y, Z, E maximum start speed for accelerated moves. E default values are good for Skeinforge 40+, for older versions raise them a lot. #ifndef PREFER_MAX_SPEED