From 69e5c5a9a9f49fa600f946c202840cfe3d375698 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 9 Aug 2012 19:15:32 +0100 Subject: [PATCH] refresh (create temporary patch) --- meta | 5 +++-- patches/refresh-temp | 30 ++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+), 2 deletions(-) create mode 100644 patches/refresh-temp diff --git a/meta b/meta index 80bc174..ffba799 100644 --- a/meta +++ b/meta @@ -1,8 +1,9 @@ Version: 1 -Previous: 5f72388d18958aaab91a0083f1c13aed24e47be3 -Head: 069e11d31f9392485b0b19143b65f783a21449ea +Previous: 380d13d4c22c5fd7d21f7005577e15fb9ef58f5c +Head: 0ff40d5bc51e631e72be628f482b0e1592a09026 Applied: enable-eeprom-settings: 069e11d31f9392485b0b19143b65f783a21449ea + refresh-temp: 0ff40d5bc51e631e72be628f482b0e1592a09026 Unapplied: marlin-pde-include-comment-for: b359c0676f4aad490effaac6f95a01bf75798e32 add-to-marlin-gitignore: 8e56383c4b4d91986f73ae7278a06595f2201f9e diff --git a/patches/refresh-temp b/patches/refresh-temp new file mode 100644 index 0000000..12aa398 --- /dev/null +++ b/patches/refresh-temp @@ -0,0 +1,30 @@ +Bottom: c655a797e3b5192e7f839c7c53285901284a2b4b +Top: f1ffc5304dbad10f158614da132103ce0a1370ea +Author: Ian Jackson +Date: 2012-08-09 19:15:31 +0100 + +Refresh of enable-eeprom-settings + +--- + +diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h +index 1248029..6552b07 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 -- 2.30.2