choosing filament from T? menu changes feedrate fixed

This commit is contained in:
PavelSindler 2018-11-02 20:25:24 +01:00
parent 6a82af487e
commit e304319e15

View File

@ -5184,6 +5184,7 @@ uint8_t choose_menu_P(const char *header, const char *item, const char *last_ite
if (lcd_clicked()) if (lcd_clicked())
{ {
KEEPALIVE_STATE(IN_HANDLER); KEEPALIVE_STATE(IN_HANDLER);
lcd_encoder_diff = 0;
return(cursor_pos + first - 1); return(cursor_pos + first - 1);
} }
} }