From aa0558eb3a6580a111d63e4c32b9317cb5e3d753 Mon Sep 17 00:00:00 2001 From: ellensp <530024+ellensp@users.noreply.github.com> Date: Wed, 27 Aug 2025 05:17:27 +1200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Creality=20v252=20board=20(2)=20(#2?= =?UTF-8?q?8016)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Followup to #27996 --- Marlin/src/pins/pins.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Marlin/src/pins/pins.h b/Marlin/src/pins/pins.h index d7edf7e035..0adceffe46 100644 --- a/Marlin/src/pins/pins.h +++ b/Marlin/src/pins/pins.h @@ -177,6 +177,8 @@ #include "ramps/pins_RAMPS_ENDER_4.h" // ATmega2560 env:mega2560 #elif MB(RAMPS_CREALITY) #include "ramps/pins_RAMPS_CREALITY.h" // ATmega2560 env:mega2560 +#elif MB(CREALITY_V252) + #include "ramps/pins_CREALITY_V252.h" // ATmega2560 env:mega2560 #elif MB(DAGOMA_F5) #include "ramps/pins_DAGOMA_F5.h" // ATmega2560 env:mega2560 #elif MB(DAGOMA_D6) @@ -225,8 +227,6 @@ #include "ramps/pins_XTLW_MFF_V2.h" // ATmega2560 env:mega2560 #elif MB(RUMBA_E3D) #include "ramps/pins_RUMBA_E3D.h" // ATmega2560 env:mega2560 -#elif MB(CREALITY_V252) - #include "ramps/pins_CREALITY_V252.h" // ATmega2560 env:mega2560 // // RAMBo and derivatives