From: Ian Jackson Date: Thu, 9 Aug 2012 18:15:01 +0000 (+0100) Subject: undo broken for-upstream change by stgit X-Git-Tag: firmware-tested-2012-08-10^2~1^2~9 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=d7be66399cac56d8e3e849daf6573e4c4fa600a3;p=marlin.git undo broken for-upstream change by stgit --- diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 6552b07..1248029 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -232,14 +232,14 @@ const bool Z_ENDSTOPS_INVERTING = true; // set to true to invert the logic of th // M501 - reads parameters from EEPROM (if you need reset them after you changed them temporarily). // M502 - reverts to the default "factory settings". You still need to store them in EEPROM afterwards if you want to. //define this to enable eeprom support -#define EEPROM_SETTINGS +//#define EEPROM_SETTINGS //to disable EEPROM Serial responses and decrease program space by ~1700 byte: comment this out: // please keep turned on if you can. //#define EEPROM_CHITCHAT //LCD and SD support //#define ULTRA_LCD //general lcd support, also 16x2 -#define SDSUPPORT // Enable SD Card Support in Hardware Console +//#define SDSUPPORT // Enable SD Card Support in Hardware Console //#define ULTIMAKERCONTROLLER //as available from the ultimaker online store. //#define ULTIPANEL //the ultipanel as on thingiverse