intercom: updating the extruder in 250ms intervals should be fast enough.

This commit is contained in:
Markus Amsler 2011-02-21 15:52:17 +11:00 committed by Michael Moon
parent fa2a4389fc
commit 52c2788997
2 changed files with 3 additions and 3 deletions

View File

@ -31,6 +31,9 @@ void clock_250ms() {
/* if (temp_get_target()) /* if (temp_get_target())
temp_print();*/ temp_print();*/
} }
#ifdef TEMP_INTERCOM
start_send();
#endif
} }
void clock_10ms() { void clock_10ms() {

3
temp.c
View File

@ -275,9 +275,6 @@ void temp_sensor_tick() {
} }
} }
} }
#ifdef TEMP_INTERCOM
start_send();
#endif
} }
uint8_t temp_achieved() { uint8_t temp_achieved() {