What is the rectangular working envelope or size of the workspace in XYZ directions?


#1

What is the rectangular working envelope or size of the workspace in XYZ directions? can the Python API take XYZ coordinates as inputs?


#2

You can find the working envelope of dobot here:
http://dobot.cc/dobot-magician/specification.html
And yes, you can use XYZ coordinates as inputs for Python API, for detailed info please refer to the API instructions.