From 18b6d6c8ca8d49e2e5c5ff77a68b35e0ca1a6859 Mon Sep 17 00:00:00 2001
From: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date: Wed, 28 Sep 2022 08:05:06 -0700
Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Update=20Creality=204.2.2=20Driv?=
 =?UTF-8?q?er=20Warning=20(#24806)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 Marlin/src/inc/Warnings.cpp                  | 4 ++--
 Marlin/src/pins/stm32f1/pins_CREALITY_V422.h | 4 +---
 2 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/Marlin/src/inc/Warnings.cpp b/Marlin/src/inc/Warnings.cpp
index 65174593fb5..1228db336c6 100644
--- a/Marlin/src/inc/Warnings.cpp
+++ b/Marlin/src/inc/Warnings.cpp
@@ -711,8 +711,8 @@
   #warning "Don't forget to update your TFT settings in Configuration.h."
 #endif
 
-#if ENABLED(EMIT_CREALITY_422_WARNING)
-  #warning "Creality 4.2.2 boards come with a variety of stepper drivers. Check the board label and set the correct *_DRIVER_TYPE! (C=HR4988, E=A4988, A=TMC2208, B=TMC2209, H=TMC2225). (Define EMIT_CREALITY_422_WARNING false to suppress this warning.)"
+#if ENABLED(EMIT_CREALITY_422_WARNING) && DISABLED(NO_CREALITY_422_DRIVER_WARNING)
+  #warning "Creality 4.2.2 boards come with a variety of stepper drivers. Check the board label and set the correct *_DRIVER_TYPE! (C=HR4988, E=A4988, A=TMC2208, B=TMC2209, H=TMC2225). (Define NO_CREALITY_422_DRIVER_WARNING to suppress this warning.)"
 #endif
 
 #if PRINTCOUNTER_SYNC
diff --git a/Marlin/src/pins/stm32f1/pins_CREALITY_V422.h b/Marlin/src/pins/stm32f1/pins_CREALITY_V422.h
index c6b6e84bfa3..9e26b37de0d 100644
--- a/Marlin/src/pins/stm32f1/pins_CREALITY_V422.h
+++ b/Marlin/src/pins/stm32f1/pins_CREALITY_V422.h
@@ -28,8 +28,6 @@
 #define BOARD_INFO_NAME      "Creality v4.2.2"
 #define DEFAULT_MACHINE_NAME "Creality3D"
 
-#ifndef EMIT_CREALITY_422_WARNING
-  #define EMIT_CREALITY_422_WARNING
-#endif
+#define EMIT_CREALITY_422_WARNING
 
 #include "pins_CREALITY_V4.h"