Echo all debug levels in M111, default to DEBUG_NONE
Redo of #3268 by @jbrazio
This commit is contained in:
@@ -229,6 +229,7 @@ void Stop();
|
||||
* Debug flags - not yet widely applied
|
||||
*/
|
||||
enum DebugFlags {
|
||||
DEBUG_NONE = 0,
|
||||
DEBUG_ECHO = _BV(0),
|
||||
DEBUG_INFO = _BV(1),
|
||||
DEBUG_ERRORS = _BV(2),
|
||||
|
Reference in New Issue
Block a user