Create DEBUG_LEVELING_FEATURE
This commit is contained in:
parent
194f98ff95
commit
20b4772155
4 changed files with 391 additions and 256 deletions
|
|
@ -221,7 +221,8 @@ enum DebugFlags {
|
|||
DEBUG_INFO = BIT(1),
|
||||
DEBUG_ERRORS = BIT(2),
|
||||
DEBUG_DRYRUN = BIT(3),
|
||||
DEBUG_COMMUNICATION = BIT(4)
|
||||
DEBUG_COMMUNICATION = BIT(4),
|
||||
DEBUG_LEVELING = BIT(5)
|
||||
};
|
||||
extern uint8_t marlin_debug_flags;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue