summaryrefslogtreecommitdiff
path: root/Tonokip_Firmware/configuration.h
diff options
context:
space:
mode:
Diffstat (limited to 'Tonokip_Firmware/configuration.h')
-rw-r--r--Tonokip_Firmware/configuration.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Tonokip_Firmware/configuration.h b/Tonokip_Firmware/configuration.h
index d77b974..7710f82 100644
--- a/Tonokip_Firmware/configuration.h
+++ b/Tonokip_Firmware/configuration.h
@@ -62,6 +62,8 @@ float min_constant_speed_units = 2; // the minimum units of an accelerated move
//Uncomment the following line to disable heat management during the move
//#define DISABLE_CHECK_DURING_MOVE
#endif
+//Comment the following line to disable heat management during travel moves. Probably this should be commented if using PID.
+#define DISABLE_CHECK_DURING_TRAVEL
//Experimental temperature smoothing - only uncomment this if your temp readings are noisy
//#define SMOOTHING 1