CDDA State 3
-
What does "CDDA State 3" mean in this context:
=== MainDDARing ===
Scheduled moves 7335, completed moves 7327, hiccups 0, stepErrors 0, LaErrors 0, Underruns [0, 0, 0], CDDA state 3this is 3.4.0beta1
-
From file Movement/DDA.h:
enum DDAState : uint8_t { empty, // empty or being filled in provisional, // ready, but could be subject to modifications frozen, // ready, no further modifications allowed executing, // steps are currently being generated for this DDA completed // move has been completed or aborted };
So it means that the current DDA being processed is in state 'executing'.
-
@dc42 thank you !