Improve filament runout handling in FTDI EVE Touch UI

- On filament runout, take the user to the tune menu where they can initiate a filament change or resume the print.
This commit is contained in:
Marcio Teixeira
2021-01-15 12:59:27 -07:00
committed by Scott Lahteine
parent 9bbe9455cf
commit d03c3980de
4 changed files with 17 additions and 3 deletions

View File

@@ -197,6 +197,7 @@ namespace ExtUI {
void setTravelAcceleration_mm_s2(const float);
void setFeedrate_percent(const float);
void setFlow_percent(const int16_t, const extruder_t);
bool awaitingUserConfirm();
void setUserConfirmed();
#if ENABLED(LIN_ADVANCE)