Missing member variable for lookahead in DDA struct.
This commit is contained in:
parent
c8b0da53c1
commit
1fb9f8ccd5
1
dda.h
1
dda.h
|
|
@ -146,6 +146,7 @@ typedef struct {
|
||||||
// With the look-ahead functionality, it is possible to retain physical
|
// With the look-ahead functionality, it is possible to retain physical
|
||||||
// movement between G1 moves. These variables keep track of the entry and
|
// movement between G1 moves. These variables keep track of the entry and
|
||||||
// exit speeds between moves.
|
// exit speeds between moves.
|
||||||
|
uint32_t crossF;
|
||||||
uint32_t F_start;
|
uint32_t F_start;
|
||||||
uint32_t start_steps; ///< steps to reach F_start
|
uint32_t start_steps; ///< steps to reach F_start
|
||||||
uint32_t F_end;
|
uint32_t F_end;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue