st_synchronize back to normal..

hackerspace-green
Bernhard 2011-12-09 16:13:58 +01:00
parent f6fe7143e4
commit b1d84d879b
1 changed files with 1 additions and 3 deletions

View File

@ -707,15 +707,13 @@ void st_init()
}
#include <util/delay.h>
// Block until all buffered steps are executed
void st_synchronize()
{
while(current_block!=0 || blocks_queued()) {
while( blocks_queued()) {
manage_heater();
manage_inactivity(1);
LCD_STATUS;
//_delay_ms(1);
}
}