Import FilamentRunoutSensor with debounce (#9947)
This commit is contained in:
parent
b01f10dfac
commit
890a396a2a
5 changed files with 155 additions and 84 deletions
|
|
@ -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))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue