Merge pull request #4378 from thinkyhead/rc_debug_leveling_docs
Document DEBUG_LEVELING_FEATURE
This commit is contained in:
@ -666,6 +666,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)
|
||||
|
Reference in New Issue
Block a user