Merge pull request #1295 from PavelSindler/feedrate_change

choosing filament from T? menu changes feedrate fixed
This commit is contained in:
mkbel 2018-11-04 23:13:03 +01:00 committed by GitHub
commit e177c2b669
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);
}
}