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:
committed by
Scott Lahteine
parent
9bbe9455cf
commit
d03c3980de
@@ -943,6 +943,10 @@ namespace ExtUI {
|
||||
feedrate_percentage = constrain(value, 10, 500);
|
||||
}
|
||||
|
||||
bool awaitingUserConfirm() {
|
||||
return wait_for_user;
|
||||
}
|
||||
|
||||
void setUserConfirmed() {
|
||||
TERN_(HAS_RESUME_CONTINUE, wait_for_user = false);
|
||||
}
|
||||
|
Reference in New Issue
Block a user