Move FILAMENT_RUNOUT_SENSOR to a feature

This commit is contained in:
Scott Lahteine
2017-10-10 02:35:20 -05:00
parent 10124f39d9
commit f8e8fcb978
5 changed files with 86 additions and 20 deletions

View File

@@ -166,10 +166,6 @@ void kill(const char*);
void quickstop_stepper();
#if ENABLED(FILAMENT_RUNOUT_SENSOR)
void handle_filament_runout();
#endif
extern bool Running;
inline bool IsRunning() { return Running; }
inline bool IsStopped() { return !Running; }