From 82c5c85c0f431cd5153098b18b3003783c3d9349 Mon Sep 17 00:00:00 2001 From: swilkens Date: Tue, 16 Oct 2018 08:51:14 +0200 Subject: [PATCH] [1.1.x] Reduce HOMING_FEEDRATE_XY for Ender 3 (#12104) Homing on the Ender 3 with `HOMING_FEEDRATE_XY` set to 50*60 was shown (#12074) to cause the end-stop micro-switches to bottom out, causing the carriage for both X and Y axis to physically crash into the micro switch. Reducing the homing speed prevents the switches from bottoming out. --- Marlin/example_configurations/Creality/Ender-3/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/example_configurations/Creality/Ender-3/Configuration.h b/Marlin/example_configurations/Creality/Ender-3/Configuration.h index c3f7050765..8b92239cf4 100644 --- a/Marlin/example_configurations/Creality/Ender-3/Configuration.h +++ b/Marlin/example_configurations/Creality/Ender-3/Configuration.h @@ -1146,7 +1146,7 @@ #endif // Homing speeds (mm/m) -#define HOMING_FEEDRATE_XY (50*60) +#define HOMING_FEEDRATE_XY (20*60) #define HOMING_FEEDRATE_Z (4*60) // @section calibrate