From b01a630bd09c21e9c487926757b16131e0c5a056 Mon Sep 17 00:00:00 2001
From: swilkens <stefanwilkens@gmail.com>
Date: Sun, 30 Dec 2018 17:42:47 +0100
Subject: [PATCH] [2.0.x] Correct Ender 3 bed size (#12769)

---
 Marlin/src/config/examples/Creality/Ender-3/Configuration.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Marlin/src/config/examples/Creality/Ender-3/Configuration.h b/Marlin/src/config/examples/Creality/Ender-3/Configuration.h
index 6606686c28..376c1efc93 100644
--- a/Marlin/src/config/examples/Creality/Ender-3/Configuration.h
+++ b/Marlin/src/config/examples/Creality/Ender-3/Configuration.h
@@ -939,8 +939,8 @@
 // @section machine
 
 // The size of the print bed
-#define X_BED_SIZE 220
-#define Y_BED_SIZE 220
+#define X_BED_SIZE 235
+#define Y_BED_SIZE 235
 
 // Travel limits (mm) after homing, corresponding to endstop positions.
 #define X_MIN_POS 0
-- 
GitLab