Changed the naming of some LCD functions, so the names match better what the function does. Also moved around some prototypes for general cleanup.
This commit is contained in:
parent
94ea26ff46
commit
6a9bee27cc
10 changed files with 275 additions and 296 deletions
|
|
@ -905,7 +905,7 @@ void st_synchronize()
|
|||
while( blocks_queued()) {
|
||||
manage_heater();
|
||||
manage_inactivity();
|
||||
LCD_STATUS;
|
||||
lcd_update();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue