From c5db863a4e3d8e83f43ffa3f9e5e819b70276e2a Mon Sep 17 00:00:00 2001 From: Sven Soost Date: Thu, 16 Nov 2023 19:53:06 +0000 Subject: [PATCH 1/3] Remeasured extruder steps after extruder metal replacement --- Marlin/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index a76a704133..2287de115e 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -1168,7 +1168,7 @@ * Override with M92 * X, Y, Z [, I [, J [, K...]]], E0 [, E1[, E2...]] */ -#define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 400, 109.4117 } +#define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 400, 99.4652 } /** * Default Max Feed Rate (linear=mm/s, rotational=°/s) From 38c89b749a60b77ebedf7d7c460ebe7d04053559 Mon Sep 17 00:00:00 2001 From: sv Date: Fri, 17 Nov 2023 10:16:28 +0100 Subject: [PATCH 2/3] Added homing parameters --- Marlin/Configuration.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 2287de115e..b13bb9dc2f 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -1674,10 +1674,10 @@ */ //#define Z_IDLE_HEIGHT Z_HOME_POS -//#define Z_HOMING_HEIGHT 4 // (mm) Minimal Z height before homing (G28) for Z clearance above the bed, clamps, ... +#define Z_HOMING_HEIGHT 4 // (mm) Minimal Z height before homing (G28) for Z clearance above the bed, clamps, ... // Be sure to have this much clearance over your Z_MAX_POS to prevent grinding. -//#define Z_AFTER_HOMING 10 // (mm) Height to move to after homing Z +#define Z_AFTER_HOMING 10 // (mm) Height to move to after homing Z // Direction of endstops when homing; 1=MAX, -1=MIN // :[-1,1] From 3a70ee72e515d90526df5a7c7677e236990802ae Mon Sep 17 00:00:00 2001 From: Sven Soost Date: Thu, 23 Nov 2023 14:01:51 +0100 Subject: [PATCH 3/3] fixed extruder --- Marlin/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index b13bb9dc2f..40929fbc60 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -1168,7 +1168,7 @@ * Override with M92 * X, Y, Z [, I [, J [, K...]]], E0 [, E1[, E2...]] */ -#define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 400, 99.4652 } +#define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 400, 105.202 } /** * Default Max Feed Rate (linear=mm/s, rotational=°/s)