diff options
author | Emanuele Caruso <emanuele.caruso@gmail.com> | 2011-06-05 06:29:41 +0200 |
---|---|---|
committer | Emanuele Caruso <emanuele.caruso@gmail.com> | 2011-06-05 06:29:41 +0200 |
commit | 2649509633397a9d97b998089ead76b2ae2741c8 (patch) | |
tree | b2c7643fa27e99a67b7f740d9b7aa49c5119c597 /Tonokip_Firmware | |
parent | a7ed8f90215ed948a5cba8e9f78b5d00c7b5c488 (diff) |
Fixed comment in configuration.h
Diffstat (limited to 'Tonokip_Firmware')
-rw-r--r-- | Tonokip_Firmware/configuration.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tonokip_Firmware/configuration.h b/Tonokip_Firmware/configuration.h index 5370977..3a9dc0c 100644 --- a/Tonokip_Firmware/configuration.h +++ b/Tonokip_Firmware/configuration.h @@ -49,7 +49,7 @@ 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 disable heat management during travel moves. Probably this should be commented if using PID. +//Comment the following line to enable 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 |