summaryrefslogtreecommitdiff
path: root/Sprinter/Configuration.h
diff options
context:
space:
mode:
authorkliment <kliment.yanev@gmail.com>2011-07-25 12:30:42 -0700
committerkliment <kliment.yanev@gmail.com>2011-07-25 12:30:42 -0700
commit3ff008c064bd112352138dae0b44db7d50458685 (patch)
treea6ece438571185fd6bb202ce200cc5b26ca8239f /Sprinter/Configuration.h
parent95fbe3de6e60b14ff8186ea5d17d354188892998 (diff)
parenta24acc77318776409699e4ba78666ca627a998ef (diff)
Merge pull request #60 from LawrenceLeung/master
Support TEMP_RESIDENCY_TIME.
Diffstat (limited to 'Sprinter/Configuration.h')
-rw-r--r--Sprinter/Configuration.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Sprinter/Configuration.h b/Sprinter/Configuration.h
index 59c332f..3073393 100644
--- a/Sprinter/Configuration.h
+++ b/Sprinter/Configuration.h
@@ -143,6 +143,9 @@ char uuid[] = "00000000-0000-0000-0000-000000000000";
// If the temperature has not increased at the end of that period, the target temperature is set to zero. It can be reset with another M104/M109
//#define WATCHPERIOD 5000 //5 seconds
+// Wait this long after achieving target temperature on M109 before continuing with print (seconds)
+//#define TEMP_RESIDENCY_TIME 20
+
//// The minimal temperature defines the temperature below which the heater will not be enabled
#define MINTEMP 5