|
enum class | HomingCycleBit : uint8_t {
Enable = 0x01
, SingleAxisCommands = 0x02
, InitLock = 0x04
, ForceSetOrigin = 0x08
,
Manual = 0x20
, OverrideLocks = 0x40
, KeepOnReset = 0x80
} |
|
enum class | StatusReportBit : uint16_t {
MachinePosition = 0x01
, BufferState = 0x02
, LineNumbers = 0x04
, FeedSpeed = 0x08
,
PinState = 0x10
, WorkCoordOffset = 0x20
, Overrides = 0x40
, ProbeCoordinates = 0x80
,
SyncOnWCOChange = 0x100
, ParserState = 0x200
, AlarmSubState = 0x400
, RunSubState = 0x800
} |
|
Definition at line 226 of file GrblGenerator.hpp.
The documentation for this struct was generated from the following file: