Closed AndreasReitberger closed 4 months ago
This PR fixes the issue that the relative movement was wrong in the MoveAxesAsync function. The + needs to be added if relative is true.
MoveAxesAsync
+
relative is true
Fixed #129
This PR fixes the issue that the relative movement was wrong in the
MoveAxesAsync
function. The+
needs to be added ifrelative is true
.Fixed #129