Skip to content

Commit

Permalink
display update bug
Browse files Browse the repository at this point in the history
  • Loading branch information
bkubicek committed Nov 1, 2011
1 parent e1e0abd commit c896db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/ultralcd.pde
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ void MainMenu::showStatus()
}
static int oldfeedmultiply=0;
int curfeedmultiply=feedmultiply;
if(encoderpos!=curfeedmultiply)
if(encoderpos!=curfeedmultiply||force_lcd_update)
{
curfeedmultiply=encoderpos;
if(curfeedmultiply<10)
Expand Down

0 comments on commit c896db5

Please sign in to comment.