Default argument to defer_status_screen

This commit is contained in:
Scott Lahteine
2019-03-23 16:30:43 -05:00
parent 9562a02c5a
commit d8329d858d
13 changed files with 19 additions and 19 deletions

View File

@@ -50,7 +50,7 @@ void _man_probe_pt(const float &rx, const float &ry) {
float lcd_probe_pt(const float &rx, const float &ry) {
_man_probe_pt(rx, ry);
KEEPALIVE_STATE(PAUSED_FOR_USER);
ui.defer_status_screen(true);
ui.defer_status_screen();
wait_for_user = true;
#if ENABLED(HOST_PROMPT_SUPPORT)
host_prompt_do(PROMPT_USER_CONTINUE, PSTR("Delta Calibration in progress"), PSTR("Continue"));