Use some int types in Planner
This commit is contained in:
parent
ab43113f73
commit
d3f8111fe7
2 changed files with 10 additions and 10 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue