Handle runout in runout.cpp

This commit is contained in:
Scott Lahteine
2019-10-02 18:51:25 -05:00
parent 72d791a736
commit 0322348924
7 changed files with 93 additions and 84 deletions

View File

@@ -371,10 +371,6 @@ void protected_pin_err();
inline void suicide() { OUT_WRITE(SUICIDE_PIN, LOW); }
#endif
#if HAS_FILAMENT_SENSOR
void event_filament_runout();
#endif
#if ENABLED(G29_RETRY_AND_RECOVER)
void event_probe_recover();
void event_probe_failure();