st_synchronize back to normal..

master
Bernhard 13 years ago
parent f6fe7143e4
commit b1d84d879b

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

Loading…
Cancel
Save