From 6e246d4ead55f27d8e2942d7fa6b75726badae3b Mon Sep 17 00:00:00 2001 From: Emanuele Caruso Date: Sun, 5 Jun 2011 07:35:35 +0200 Subject: Heat management now performed between moves if DISABLE_CHECK_DURING_TRAVEL is enabled --- Tonokip_Firmware/configuration.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Tonokip_Firmware/configuration.h') diff --git a/Tonokip_Firmware/configuration.h b/Tonokip_Firmware/configuration.h index 9ba0198..cabfdb3 100644 --- a/Tonokip_Firmware/configuration.h +++ b/Tonokip_Firmware/configuration.h @@ -49,7 +49,8 @@ long max_travel_acceleration_units_per_sq_second[] = {500,500,50}; // X, Y, Z ma //Uncomment the following line to disable heat management during the move //#define DISABLE_CHECK_DURING_MOVE #endif -//Comment the following line to enable heat management during travel moves. Probably this should be commented if using PID. +//Uncomment the following line to disable heat management during travel moves, strongly recommended if you are missing steps mid print. +//Probably this should remain commented if are using PID. #define DISABLE_CHECK_DURING_TRAVEL //Experimental temperature smoothing - only uncomment this if your temp readings are noisy -- cgit v1.2.1