Skip to content

Commit

Permalink
fix fatal owerflow error
Browse files Browse the repository at this point in the history
  • Loading branch information
mirecta committed Sep 16, 2018
1 parent 02dc42f commit c89a93c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grbl/gcode.h
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ typedef struct {

typedef struct {
float f; // Feed
float ijk[3]; // I,J,K Axis arc offsets
float ijk[N_AXIS]; // I,J,K Axis arc offsets
uint8_t l; // G10 or canned cycles parameters
int32_t n; // Line number
float p; // G10 or dwell parameters
Expand Down

0 comments on commit c89a93c

Please sign in to comment.