Use some int types in Planner

This commit is contained in:
Scott Lahteine 2017-11-30 17:41:30 -06:00
parent ab43113f73
commit d3f8111fe7
2 changed files with 10 additions and 10 deletions

View file

@ -182,7 +182,7 @@ class Planner {
* The current position of the tool in absolute steps
* Recalculated if any axis_steps_per_mm are changed by gcode
*/
static long position[NUM_AXIS];
static int32_t position[NUM_AXIS];
/**
* Speed of previous path line segment