Document DEBUG_LEVELING_FEATURE

This commit is contained in:
Scott Lahteine
2016-07-22 23:37:41 -07:00
parent 0b2c608d2f
commit bb9da6ebdd
22 changed files with 88 additions and 0 deletions

View File

@ -659,6 +659,10 @@
// @section bedlevel
//#define AUTO_BED_LEVELING_FEATURE // Delete the comment to enable (remove // at the start of the line)
// Enable this feature to get detailed logging of G28, G29, M48, etc.
// Logging is off by default. Enable this logging feature with 'M111 S32'.
// NOTE: Requires a huge amount of PROGMEM.
//#define DEBUG_LEVELING_FEATURE
#if ENABLED(AUTO_BED_LEVELING_FEATURE)