Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/emc/motion/state_tag.h
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ struct state_tag_t {

// Float-type machine settings: feed, speed, etc., indexed by the
// StateFieldFloat enum above
float fields_float[GM_FIELD_FLOAT_MAX_FIELDS];
double fields_float[GM_FIELD_FLOAT_MAX_FIELDS];

// Any G / M code states that doesn't pack nicely into a single bit
// These are an array mostly because it's easier to pass an
Expand Down
Loading