intercom: updating the extruder in 250ms intervals should be fast enough.
This commit is contained in:
parent
fa2a4389fc
commit
52c2788997
3
clock.c
3
clock.c
|
|
@ -31,6 +31,9 @@ void clock_250ms() {
|
|||
/* if (temp_get_target())
|
||||
temp_print();*/
|
||||
}
|
||||
#ifdef TEMP_INTERCOM
|
||||
start_send();
|
||||
#endif
|
||||
}
|
||||
|
||||
void clock_10ms() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue