From 0a60e63e467896162e2cdee44e23dc1c0d68fa29 Mon Sep 17 00:00:00 2001 From: sfelling Date: Wed, 17 Dec 2014 09:44:29 -0600 Subject: [PATCH 1/2] Update Configuration.h --- Marlin/Configuration.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index b3d8eb44c22d..c11e1d640340 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -324,8 +324,8 @@ const bool Z_MAX_ENDSTOP_INVERTING = false; // set to true to invert the logic o #ifdef ENABLE_AUTO_BED_LEVELING // these are the positions on the bed to do the probing - #define LEFT_PROBE_BED_POSITION 10 - #define RIGHT_PROBE_BED_POSITION X_MAX_LENGTH-10 + #define LEFT_PROBE_BED_POSITION 120 + #define RIGHT_PROBE_BED_POSITION X_MAX_LENGTH-120 #define BACK_PROBE_BED_POSITION Y_MAX_LENGTH-10 #define FRONT_PROBE_BED_POSITION 10 From 6f3c97b18a65a61573005d630223dddb323eceee Mon Sep 17 00:00:00 2001 From: sfelling Date: Wed, 17 Dec 2014 10:04:09 -0600 Subject: [PATCH 2/2] Update Configuration.h --- Marlin/Configuration.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index c11e1d640340..4c9873efd045 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -324,8 +324,8 @@ const bool Z_MAX_ENDSTOP_INVERTING = false; // set to true to invert the logic o #ifdef ENABLE_AUTO_BED_LEVELING // these are the positions on the bed to do the probing - #define LEFT_PROBE_BED_POSITION 120 - #define RIGHT_PROBE_BED_POSITION X_MAX_LENGTH-120 + #define LEFT_PROBE_BED_POSITION 10 + #define RIGHT_PROBE_BED_POSITION X_MAX_LENGTH-10 #define BACK_PROBE_BED_POSITION Y_MAX_LENGTH-10 #define FRONT_PROBE_BED_POSITION 10 @@ -373,7 +373,7 @@ const bool Z_MAX_ENDSTOP_INVERTING = false; // set to true to invert the logic o #ifdef ACCURATE_BED_LEVELING // I wouldn't see a reason to go above 3 (=9 probing points on the bed) - #define ACCURATE_BED_LEVELING_POINTS 2 + #define ACCURATE_BED_LEVELING_POINTS 3 #endif #endif