From eb53a1c3181d37dc79cc5853a5a46ea7b40ef27f Mon Sep 17 00:00:00 2001 From: InsanityAutomation Date: Wed, 28 Aug 2019 12:00:24 -0400 Subject: [PATCH] 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 340c13fa4d..7d4a6f4e9b 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -2029,9 +2029,9 @@ #elif (ENABLED(MachineEnder5Plus)) #define PROBE_PT_1_X 50 // Probing points for 3-Point leveling of the mesh #define PROBE_PT_1_Y 320 - #define PROBE_PT_2_X 320 + #define PROBE_PT_2_X 300 #define PROBE_PT_2_Y 320 - #define PROBE_PT_3_X 320 + #define PROBE_PT_3_X 300 #define PROBE_PT_3_Y 50 #elif ENABLED( MachineS4) #define PROBE_PT_1_X 60 // Probing points for 3-Point leveling of the mesh