mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-25 07:33:56 -06:00
Default argument to defer_status_screen
This commit is contained in:
parent
9562a02c5a
commit
d8329d858d
13 changed files with 19 additions and 19 deletions
|
@ -357,7 +357,7 @@ void MarlinUI::completion_feedback(const bool good/*=true*/) {
|
|||
|
||||
void lcd_babystep_zoffset() {
|
||||
if (ui.use_click()) return ui.goto_previous_screen_no_defer();
|
||||
ui.defer_status_screen(true);
|
||||
ui.defer_status_screen();
|
||||
#if ENABLED(BABYSTEP_HOTEND_Z_OFFSET)
|
||||
const bool do_probe = (active_extruder == 0);
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue