From be83036212cfc8e84611b403ca8295e0939c9b67 Mon Sep 17 00:00:00 2001
From: jbrazio <jbrazio@gmail.com>
Date: Sat, 27 Feb 2016 23:40:26 +0000
Subject: [PATCH] Applying suggestions by @thinkyhead at
 MarlinFirmware/Marlin#3049.  - Remove the forced activation of SDSUPPORT, I
 guess people may use the ZUM 3D board and not the LCD module.  - Fixed the
 tab issue within boards.h file.

---
 Marlin/Conditionals.h                                     | 1 -
 Marlin/boards.h                                           | 2 +-
 Marlin/example_configurations/Hephestos_2/Configuration.h | 2 +-
 3 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/Marlin/Conditionals.h b/Marlin/Conditionals.h
index 0abef311a4..7ff5432503 100644
--- a/Marlin/Conditionals.h
+++ b/Marlin/Conditionals.h
@@ -51,7 +51,6 @@
 
   #if ENABLED(BQ_LCD_SMART_CONTROLLER)
     #define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
-    #define SDSUPPORT
 
     #ifndef ENCODER_PULSES_PER_STEP
       #define ENCODER_PULSES_PER_STEP 4
diff --git a/Marlin/boards.h b/Marlin/boards.h
index f4a30a57e1..0d61a77693 100644
--- a/Marlin/boards.h
+++ b/Marlin/boards.h
@@ -61,7 +61,7 @@
 #define BOARD_MKS_BASE          40   // MKS BASE 1.0
 #define BOARD_BAM_DICE          401  // 2PrintBeta BAM&DICE with STK drivers
 #define BOARD_BAM_DICE_DUE      402  // 2PrintBeta BAM&DICE Due with STK drivers
-#define BOARD_BQ_ZUM_MEGA_3D	503  // bq ZUM Mega 3D
+#define BOARD_BQ_ZUM_MEGA_3D    503  // bq ZUM Mega 3D
 
 #define BOARD_99                99   // This is in pins.h but...?
 
diff --git a/Marlin/example_configurations/Hephestos_2/Configuration.h b/Marlin/example_configurations/Hephestos_2/Configuration.h
index dadbd09956..9ef8de5c97 100644
--- a/Marlin/example_configurations/Hephestos_2/Configuration.h
+++ b/Marlin/example_configurations/Hephestos_2/Configuration.h
@@ -666,7 +666,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
 
 //#define ULTRA_LCD  //general LCD support, also 16x2
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
-//#define SDSUPPORT // Enable SD Card Support in Hardware Console
+#define SDSUPPORT // Enable SD Card Support in Hardware Console
 // Changed behaviour! If you need SDSUPPORT uncomment it!
 //#define SDSLOW // Use slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
 //#define SDEXTRASLOW // Use even slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
-- 
GitLab