diff options
author | Lawrence <larryleungcal@yahoo.com> | 2011-07-25 10:58:02 -0700 |
---|---|---|
committer | Lawrence <larryleungcal@yahoo.com> | 2011-07-25 10:58:02 -0700 |
commit | a24acc77318776409699e4ba78666ca627a998ef (patch) | |
tree | fa96d75e7a3961b973df4e823f074c035323aa5f /Sprinter | |
parent | cec92aff246e711159220e2ce052a575a3a85279 (diff) |
Comment out TEMP_RESIDENCY_TIME
Diffstat (limited to 'Sprinter')
-rw-r--r-- | Sprinter/Configuration.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Sprinter/Configuration.h b/Sprinter/Configuration.h index c1c4918..4dc72fa 100644 --- a/Sprinter/Configuration.h +++ b/Sprinter/Configuration.h @@ -141,7 +141,7 @@ char uuid[] = "00000000-0000-0000-0000-000000000000"; //#define WATCHPERIOD 5000 //5 seconds // Wait this long after achieving target temperature on M109 before continuing with print (seconds) -#define TEMP_RESIDENCY_TIME 20 +//#define TEMP_RESIDENCY_TIME 20 //// The minimal temperature defines the temperature below which the heater will not be enabled #define MINTEMP 5 |