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:
@ -506,7 +506,7 @@ void plan_buffer_line(const float &x, const float &y, const float &z, const floa
|
||||
{
|
||||
manage_heater();
|
||||
manage_inactivity();
|
||||
LCD_STATUS;
|
||||
lcd_update();
|
||||
}
|
||||
|
||||
// The target position of the tool in absolute steps
|
||||
|
Reference in New Issue
Block a user