From 9ae7cca5e969986171052dcfc1bf065a2410245b Mon Sep 17 00:00:00 2001
From: Alain Martel <alain74martel@gmail.com>
Date: Fri, 8 Feb 2019 16:18:20 -0500
Subject: [PATCH] Disable RGB_LED for 3DFabXYZ (#13097)

---
 Marlin/src/config/examples/3DFabXYZ/Migbot/Configuration.h     | 2 +-
 Marlin/src/config/examples/3DFabXYZ/Migbot/Configuration_adv.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Marlin/src/config/examples/3DFabXYZ/Migbot/Configuration.h b/Marlin/src/config/examples/3DFabXYZ/Migbot/Configuration.h
index 869e017043..741f1c14ba 100644
--- a/Marlin/src/config/examples/3DFabXYZ/Migbot/Configuration.h
+++ b/Marlin/src/config/examples/3DFabXYZ/Migbot/Configuration.h
@@ -2072,7 +2072,7 @@
  * LED Type. Enable only one of the following two options.
  *
  */
-#define RGB_LED
+//#define RGB_LED
 //#define RGBW_LED
 
 #if ENABLED(RGB_LED) || ENABLED(RGBW_LED)
diff --git a/Marlin/src/config/examples/3DFabXYZ/Migbot/Configuration_adv.h b/Marlin/src/config/examples/3DFabXYZ/Migbot/Configuration_adv.h
index c4f14bf4ca..c756228ba5 100644
--- a/Marlin/src/config/examples/3DFabXYZ/Migbot/Configuration_adv.h
+++ b/Marlin/src/config/examples/3DFabXYZ/Migbot/Configuration_adv.h
@@ -202,7 +202,7 @@
  */
 //#define USE_CONTROLLER_FAN
 #if ENABLED(USE_CONTROLLER_FAN)
-  #define CONTROLLER_FAN_PIN 9        // Set a custom pin for the controller fan
+  #define CONTROLLER_FAN_PIN 9           // Set a custom pin for the controller fan
   #define CONTROLLERFAN_SECS 60          // Duration in seconds for the fan to run after all motors are disabled
   #define CONTROLLERFAN_SPEED 255        // 255 == full speed
 #endif
-- 
GitLab