From f1b1b8f911bda002374bfb73639a91795b74abe6 Mon Sep 17 00:00:00 2001 From: Christian Franke Date: Mon, 29 Apr 2013 09:41:10 +0200 Subject: Initial Settings --- Sprinter/Configuration.h | 6 +++--- 1 file 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) -- cgit v1.2.1