Move debugging to serial.*

This commit is contained in:
Scott Lahteine
2017-09-07 22:08:13 -05:00
parent a1e2b5da70
commit 142d8aae56
5 changed files with 56 additions and 46 deletions

View File

@@ -184,9 +184,6 @@ void quickstop_stepper();
void handle_filament_runout();
#endif
extern uint8_t marlin_debug_flags;
#define DEBUGGING(F) (marlin_debug_flags & (DEBUG_## F))
extern bool Running;
inline bool IsRunning() { return Running; }
inline bool IsStopped() { return !Running; }