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 9 years ago
parent
commit
be83036212

+ 0
- 1
Marlin/Conditionals.h View File

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

+ 1
- 1
Marlin/boards.h View File

61
 #define BOARD_MKS_BASE          40   // MKS BASE 1.0
61
 #define BOARD_MKS_BASE          40   // MKS BASE 1.0
62
 #define BOARD_BAM_DICE          401  // 2PrintBeta BAM&DICE with STK drivers
62
 #define BOARD_BAM_DICE          401  // 2PrintBeta BAM&DICE with STK drivers
63
 #define BOARD_BAM_DICE_DUE      402  // 2PrintBeta BAM&DICE Due with STK drivers
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
 #define BOARD_99                99   // This is in pins.h but...?
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
 
666
 
667
 //#define ULTRA_LCD  //general LCD support, also 16x2
667
 //#define ULTRA_LCD  //general LCD support, also 16x2
668
 //#define DOGLCD  // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
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
 // Changed behaviour! If you need SDSUPPORT uncomment it!
670
 // Changed behaviour! If you need SDSUPPORT uncomment it!
671
 //#define SDSLOW // Use slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
671
 //#define SDSLOW // Use slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
672
 //#define SDEXTRASLOW // Use even slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
672
 //#define SDEXTRASLOW // Use even slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)

Loading…
Cancel
Save