diff --git a/gcode_parse.h b/gcode_parse.h index 825bbbc..d15716d 100644 --- a/gcode_parse.h +++ b/gcode_parse.h @@ -47,7 +47,7 @@ typedef struct { uint8_t M; ///< M command number TARGET target; ///< target position: X, Y, Z, E and F - int16_t S; ///< S word (various uses) + int32_t S; ///< S word (various uses) uint16_t P; ///< P word (various uses) uint8_t T; ///< T word (tool index)