I use these to functions to rotate the first axis:
api.go_to_axis(x=90, y=0, z=0, a=0, b=0, c=0, d=0, speed=800)
api.go_to_axis(x=0, y=0, z=0, a=0, b=0, c=0, d=0, speed=1800)
But the speed of both movements stays the same. It is about 1800°/min in both cases.
When I use WLKATA studio (V1.018) it works correctly. Also the G-code is the same.
Firmware version of robot arm: 1.0
Has anyone the same issue?