From 0fb9bcf66d6d51d0a766a18dfdcbd3d696f2bc10 Mon Sep 17 00:00:00 2001 From: Knutwurst <36196269+knutwurst@users.noreply.github.com> Date: Mon, 31 May 2021 12:42:31 +0200 Subject: [PATCH] =?UTF-8?q?Reset=20print=20bed=20size=20f=C3=BCr=20i3=20ME?= =?UTF-8?q?GA,=20since=20this=20printer=20has=20a=20smaller=20print=20area?= =?UTF-8?q?.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Marlin/Configuration.h | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 5a95760d..4e1de32e 100755 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -1518,7 +1518,16 @@ #endif */ -#if ANY(KNUTWURST_MEGA, KNUTWURST_MEGA_S, KNUTWURST_MEGA_P) +#if ENABLED(KNUTWURST_MEGA) + #define X_MIN_POS 0 + #define Y_MIN_POS 0 + #define Z_MIN_POS 0 + #define X_BED_SIZE 215 + #define Y_BED_SIZE 215 + #define Z_MAX_POS 206 +#endif + +#if ANY(KNUTWURST_MEGA_S, KNUTWURST_MEGA_P) #define X_MIN_POS 0 #define Y_MIN_POS 0 #define Z_MIN_POS 0