From c2340d3648447a973d6c337ad48c294e683c6418 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gu=C3=B0ni=20M=C3=A1r=20Gilbert?= Date: Sat, 19 Feb 2022 10:48:50 +0000 Subject: [PATCH] lcd_babystep_z should not start lcd_timeoutToStatus flash: -8 RAM: 0 When the menu is entered and left the function menu_lcd_lcdupdate_func() takes care of resetting the timer. Currently the firmware will reset the timer twice when the lcd_babystep_z menu is entered. This commit fixes that. --- Firmware/ultralcd.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/Firmware/ultralcd.cpp b/Firmware/ultralcd.cpp index aac05a2d2..934b0abb8 100755 --- a/Firmware/ultralcd.cpp +++ b/Firmware/ultralcd.cpp @@ -2682,8 +2682,6 @@ static void lcd_babystep_z() lcd_draw_update = 1; //SERIAL_ECHO("Z baby step: "); //SERIAL_ECHO(_md->babystepMem[2]); - // Wait 90 seconds before closing the live adjust dialog. - lcd_timeoutToStatus.start(); } if (lcd_encoder != 0)