summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmanuele Caruso <emanuele.caruso@gmail.com>2011-06-06 18:29:04 +0200
committerEmanuele Caruso <emanuele.caruso@gmail.com>2011-06-06 18:29:04 +0200
commit62ccc7fec878d9286b3006dc718d6011f4c04a84 (patch)
treefb7eed4ca3db10e4b6213fdeefab1a6552649f35
parent6e246d4ead55f27d8e2942d7fa6b75726badae3b (diff)
Added comment to configuration.h
-rw-r--r--Tonokip_Firmware/configuration.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tonokip_Firmware/configuration.h b/Tonokip_Firmware/configuration.h
index cabfdb3..0d4556e 100644
--- a/Tonokip_Firmware/configuration.h
+++ b/Tonokip_Firmware/configuration.h
@@ -150,7 +150,7 @@ const int Z_MAX_LENGTH = 100;
//#define DEBUG_BRESENHAM //Enable this to debug the Bresenham algorithm
//#define DEBUG_RAMP_ACCELERATION //Enable this to debug all constant acceleration info
//#define DEBUG_MOVE_TIME //Enable this to time each move and print the result
- //#define DEBUG_HEAT_MGMT
+ //#define DEBUG_HEAT_MGMT //Enable this to debug heat management. WARNING, this will cause axes to jitter!
#endif
#endif