Marlin
Marlin copied to clipboard
Wake up on sd card and go to main screen on remove
Description
This PR does two things:
- Wake up screen when the sd card is inserted/released (requires
DISPLAY_SLEEP_MINUTES) - Jump to main screen when the card is removed. This is useful when
DISPLAY_SLEEP_MINUTESis used, otherwise the print newest file screen stays visible after removing the card.
Requirements
Useful with ONE_CLICK_PRINT And/Or DISPLAY_SLEEP_MINUTES
Benefits
Configurations
Related Issues
~~I'm aware the PR needs work to make it pass all tests, but I'd appreciate early feedback in case this can't be applied in general.~~