summaryrefslogtreecommitdiff
path: root/Tonokip_Firmware/configuration.h
diff options
context:
space:
mode:
authorkliment <kliment.yanev@gmail.com>2011-05-16 00:02:54 +0200
committerkliment <kliment.yanev@gmail.com>2011-05-16 00:02:54 +0200
commit01d5fbf28b5cbbb0f3145d3e61905b51128d8df0 (patch)
treea5b2cf6e8d66e617813296c41cb51e17547b14b6 /Tonokip_Firmware/configuration.h
parent9d3969b5cb4a162d3e5ce10684beb33502265252 (diff)
Safety check for homing direction
Diffstat (limited to 'Tonokip_Firmware/configuration.h')
-rw-r--r--Tonokip_Firmware/configuration.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tonokip_Firmware/configuration.h b/Tonokip_Firmware/configuration.h
index eab2e46..a658412 100644
--- a/Tonokip_Firmware/configuration.h
+++ b/Tonokip_Firmware/configuration.h
@@ -52,6 +52,7 @@ float min_constant_speed_units = 2; // the minimum units of an accelerated move
//How often should the heater check for new temp readings, in milliseconds
#define HEATER_CHECK_INTERVAL 50
+#define BED_CHECK_INTERVAL 5000
//Experimental temperature smoothing - only uncomment this if your temp readings are noisy
//#define SMOOTHING 1