Other small tweaks
This commit is contained in:
parent
63e1665fa9
commit
1857e611d3
2 changed files with 5 additions and 5 deletions
|
|
@ -261,7 +261,7 @@ static void lcd_status_screen()
|
|||
|
||||
if (feedmultiply < 10)
|
||||
feedmultiply = 10;
|
||||
if (feedmultiply > 999)
|
||||
else if (feedmultiply > 999)
|
||||
feedmultiply = 999;
|
||||
#endif//ULTIPANEL
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue