Victor Oliveira
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
7 additions and
1 deletions
-
Marlin/src/lcd/marlinui.cpp
|
|
@ -1652,7 +1652,13 @@ void MarlinUI::update() { |
|
|
|
#endif // SDSUPPORT
|
|
|
|
|
|
|
|
#if HAS_LCD_MENU |
|
|
|
void MarlinUI::reset_settings() { settings.reset(); completion_feedback(); } |
|
|
|
void MarlinUI::reset_settings() { |
|
|
|
settings.reset(); |
|
|
|
completion_feedback(); |
|
|
|
#if ENABLED(TOUCH_SCREEN_CALIBRATION) |
|
|
|
if (touch_calibration.need_calibration()) ui.goto_screen(touch_screen_calibration); |
|
|
|
#endif |
|
|
|
} |
|
|
|
#endif |
|
|
|
|
|
|
|
#if ENABLED(EEPROM_SETTINGS) |
|
|
|