diff --git a/dda_queue.c b/dda_queue.c index 1e149a8..9b2e26d 100644 --- a/dda_queue.c +++ b/dda_queue.c @@ -87,6 +87,10 @@ void queue_step() { current_movebuffer->live = current_movebuffer->done = 0; serial_writestr_P(PSTR("Temp achieved\n")); } + else { + temp_print(TEMP_SENSOR_none); + serial_writechar('\n'); + } } else { dda_step(current_movebuffer);