Document DEBUG_LEVELING_FEATURE
This commit is contained in:
parent
0b2c608d2f
commit
bb9da6ebdd
22 changed files with 88 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue