-
Notifications
You must be signed in to change notification settings - Fork 9
Description
I tested all version of Module mirobot-py. The test results of Wlkata Mirobot installed with 20201126 firmware were listed below:
mirobot-py version test result
2.0 beta fail
1.052 fail
(pip install mirobot-py)
1.048 fail
1.046 fail
1.043 fail
1.05 success
1.0 success
Python code:
from mirobot import Mirobot
with Mirobot(portname='COM4', debug=True) as m:
m.home_individual()
m.go_to_cartesian_lin(202,30,181,0,0,0)
The Mirobot would stop at the code m.home_individual() with fail result.
And would go to the next code m.go_to_cartesian_lin(202,30,181,0,0,0) with success result.