From a3042c5174bbce721f69a2c159cf6f852dec2462 Mon Sep 17 00:00:00 2001 From: Pol Date: Mon, 23 Oct 2017 20:53:44 +0200 Subject: [PATCH] reset X PROBE OFFSET with X inverted axis --- Marlin/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index d54f344..d984626 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -644,7 +644,7 @@ * O-- FRONT --+ * (0,0) */ -#define X_PROBE_OFFSET_FROM_EXTRUDER -25 // X offset: -left +right [of the nozzle] +#define X_PROBE_OFFSET_FROM_EXTRUDER 15 // X offset: -left +right [of the nozzle] #define Y_PROBE_OFFSET_FROM_EXTRUDER 15 // Y offset: -front +behind [the nozzle] #define Z_PROBE_OFFSET_FROM_EXTRUDER -9.6 // Z offset: -below +above [the nozzle] -- GitLab