Browse Source

SDSUPPORT default disabled

Erik van der Zalm 13 years ago
parent
commit
97d42ca2b2
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/Configuration.h

+ 1
- 1
Marlin/Configuration.h View File

@@ -188,7 +188,7 @@ const bool Z_ENDSTOPS_INVERTING = true; // set to true to invert the logic of th
188 188
 
189 189
 //LCD and SD support
190 190
 //#define ULTRA_LCD  //general lcd support, also 16x2
191
-#define SDSUPPORT // Enable SD Card Support in Hardware Console
191
+//#define SDSUPPORT // Enable SD Card Support in Hardware Console
192 192
 
193 193
 //#define ULTIPANEL
194 194
 #ifdef ULTIPANEL

Loading…
Cancel
Save