We are developing a project using TinyG and keep tripping over status code 202, MINIMUM_TIME_MOVE. We are currently generally treating non-zero status codes as an error and we keep tripping over this one.
Is there a way to predict when we will hit this? From what I have found it is a combination of move distance and feed rate, but I don’t know what the magic formula is.
I just want a way that is not completely iterative to avoid this.