make tuneing sub-menu.
This commit is contained in:
parent
15bb3f284e
commit
379ea642e1
5 changed files with 216 additions and 37 deletions
|
|
@ -762,3 +762,7 @@ void plan_set_position(const float &x, const float &y, const float &z, const flo
|
|||
previous_speed[3] = 0.0;
|
||||
}
|
||||
|
||||
uint8_t movesplanned()
|
||||
{
|
||||
return (block_buffer_head-block_buffer_tail + BLOCK_BUFFER_SIZE) & (BLOCK_BUFFER_SIZE - 1);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue