diff --git a/dda.h b/dda.h index fca7cfb..1a4ebe2 100644 --- a/dda.h +++ b/dda.h @@ -146,6 +146,7 @@ typedef struct { // With the look-ahead functionality, it is possible to retain physical // movement between G1 moves. These variables keep track of the entry and // exit speeds between moves. + uint32_t crossF; uint32_t F_start; uint32_t start_steps; ///< steps to reach F_start uint32_t F_end;