added KILL_PIN support / cleaned up manage_inactivity function definition

This commit is contained in:
stohn
2012-08-21 14:48:29 +02:00
parent 69961dbba3
commit de0448343f
4 changed files with 32 additions and 20 deletions

View File

@ -501,7 +501,7 @@ void plan_buffer_line(const float &x, const float &y, const float &z, const floa
// Rest here until there is room in the buffer.
while(block_buffer_tail == next_buffer_head) {
manage_heater();
manage_inactivity(1);
manage_inactivity();
LCD_STATUS;
}