+ Lower max-deviation to follow the programmed path more precisely + but at a slower speed. +
+ ++ In order to improve traversal speed, the path planner may merge + consecutive moves or round off sharp corners if doing so would deviate + from the program path by less than max-deviation. +
+ ++ GCode commands + G61, G61.1 + and G64 also affect + path planning accuracy. +
+ ++ Junction acceleration limits the cornering speed the planner will allow. + Increasing this value will allow for faster traversal of corners but may + cause the planner to violate axis jerk limits and stall the motors. Use + with caution. +
+