MotionLib
1.0.0
SamBuCa motion library
|
Struct holding state of Grbl as returned by "?". More...
#include <GrblParser.hpp>
Public Member Functions | |
State (grbl::RunState rs, const std::map< Axis, grbl_float_t > &mp, size_t rsa, size_t mbf, size_t cbf, size_t l) | |
Struct holding state of Grbl as returned by "?".
Hold Run state (Run or Idle), positions of all motors and remaining free bytes in character buffer and lines in motion planning buffer.
Definition at line 95 of file GrblParser.hpp.