Import FilamentRunoutSensor with debounce (#9947)

This commit is contained in:
Scott Lahteine 2018-03-05 01:49:19 -06:00 committed by GitHub
parent b01f10dfac
commit 890a396a2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 155 additions and 84 deletions

View file

@ -191,10 +191,6 @@ void kill(const char*);
void quickstop_stepper();
#if ENABLED(FILAMENT_RUNOUT_SENSOR)
void handle_filament_runout();
#endif
extern uint8_t marlin_debug_flags;
#define DEBUGGING(F) (marlin_debug_flags & (DEBUG_## F))