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.
This commit is contained in:
jbrazio
2016-02-27 23:40:26 +00:00
committed by Scott Lahteine
parent b82d91eca6
commit be83036212
3 changed files with 2 additions and 3 deletions

View File

@ -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...?