diff options
author | Christian Franke <nobody@nowhere.ws> | 2013-04-29 09:41:10 +0200 |
---|---|---|
committer | Christian Franke <nobody@nowhere.ws> | 2013-04-29 09:41:10 +0200 |
commit | f1b1b8f911bda002374bfb73639a91795b74abe6 (patch) | |
tree | 7240889e3eeea7fb17e86589302cfec8db56aac1 /Sprinter | |
parent | de2feb0caccf05b0e70a9deaac462f8023f9a635 (diff) |
Initial Settings
Diffstat (limited to 'Sprinter')
-rw-r--r-- | Sprinter/Configuration.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Sprinter/Configuration.h b/Sprinter/Configuration.h index 3d7a399..0d951c5 100644 --- a/Sprinter/Configuration.h +++ b/Sprinter/Configuration.h @@ -54,7 +54,7 @@ const bool Z_ENDSTOP_INVERT = false; //#define BAUDRATE 250000 // Comment out (using // at the start of the line) to disable SD support: -#define SDSUPPORT +//#define SDSUPPORT // Uncomment to make run init.g from SD on boot //#define SDINITFILE @@ -71,11 +71,11 @@ const bool Z_ENDSTOP_INVERT = false; // M502 - reverts to the default "factory settings". You still need to store them in EEPROM afterwards if you want to. // M503 - Print settings // define this to enable eeprom support -//#define USE_EEPROM_SETTINGS +//define USE_EEPROM_SETTINGS // to disable EEPROM Serial responses and decrease program space by ~1000 byte: comment this out: // please keep turned on if you can. -//#define PRINT_EEPROM_SETTING +//define PRINT_EEPROM_SETTING //----------------------------------------------------------------------- //// ARC Function (G2/G3 Command) |