Makeblock-official / mDrawBot

mDrawbot is a four-in-one drawing robotic kit, you can assembly into 4 different configuration drawing robots, learn more from Makeblock official website
http://www.makeblock.com
GNU General Public License v3.0
201 stars 149 forks source link

Exception when saving pen position (Pen Up/Down) in EggBot mode #63

Open alexanderadam opened 4 years ago

alexanderadam commented 4 years ago

Exception was:

Traceback (most recent call last):
  File "/app/mDraw.py", line 484, in savePenPos
    self.robot.M2()
AttributeError: 'EggBot' object has no attribute 'M2'