Browse Source

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.
jbrazio 8 years ago
parent
commit
be83036212

+ 0
- 1
Marlin/Conditionals.h View File

@@ -51,7 +51,6 @@
51 51
 
52 52
   #if ENABLED(BQ_LCD_SMART_CONTROLLER)
53 53
     #define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
54
-    #define SDSUPPORT
55 54
 
56 55
     #ifndef ENCODER_PULSES_PER_STEP
57 56
       #define ENCODER_PULSES_PER_STEP 4

+ 1
- 1
Marlin/boards.h View File

@@ -61,7 +61,7 @@
61 61
 #define BOARD_MKS_BASE          40   // MKS BASE 1.0
62 62
 #define BOARD_BAM_DICE          401  // 2PrintBeta BAM&DICE with STK drivers
63 63
 #define BOARD_BAM_DICE_DUE      402  // 2PrintBeta BAM&DICE Due with STK drivers
64
-#define BOARD_BQ_ZUM_MEGA_3D	503  // bq ZUM Mega 3D
64
+#define BOARD_BQ_ZUM_MEGA_3D    503  // bq ZUM Mega 3D
65 65
 
66 66
 #define BOARD_99                99   // This is in pins.h but...?
67 67
 

+ 1
- 1
Marlin/example_configurations/Hephestos_2/Configuration.h View File

@@ -666,7 +666,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
666 666
 
667 667
 //#define ULTRA_LCD  //general LCD support, also 16x2
668 668
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
669
-//#define SDSUPPORT // Enable SD Card Support in Hardware Console
669
+#define SDSUPPORT // Enable SD Card Support in Hardware Console
670 670
 // Changed behaviour! If you need SDSUPPORT uncomment it!
671 671
 //#define SDSLOW // Use slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
672 672
 //#define SDEXTRASLOW // Use even slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)

Loading…
Cancel
Save