Missing member variable for lookahead in DDA struct.

This commit is contained in:
Johannes Schriewer (Dunkelstern) 2013-11-17 16:22:57 +01:00 committed by Markus Hitter
parent c8b0da53c1
commit 1fb9f8ccd5
1 changed files with 1 additions and 0 deletions

1
dda.h
View File

@ -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;