Merge pull request #1295 from PavelSindler/feedrate_change
choosing filament from T? menu changes feedrate fixed
This commit is contained in:
commit
e177c2b669
1 changed files with 1 additions and 0 deletions
|
@ -5186,6 +5186,7 @@ uint8_t choose_menu_P(const char *header, const char *item, const char *last_ite
|
|||
if (lcd_clicked())
|
||||
{
|
||||
KEEPALIVE_STATE(IN_HANDLER);
|
||||
lcd_encoder_diff = 0;
|
||||
return(cursor_pos + first - 1);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue