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.
This commit is contained in:
parent
74d6aead2f
commit
c2340d3648
1 changed files with 0 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue