Added comment to configuration.h

This commit is contained in:
Emanuele Caruso 2011-06-06 18:29:04 +02:00
parent 6e246d4ead
commit 62ccc7fec8

View file

@ -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