fogleman / xy

Various utilities for the Makeblock XY Plotter Robot Kit
MIT License
70 stars 17 forks source link

Install instructions #1

Closed violencia closed 8 years ago

violencia commented 8 years ago

Hi, Michael.

Could you add some instructions on how to install and use your code, please?

What I've done so far (without luck) is:

  1. I uploaded firmware.ino to my plotter (Orion based)
  2. Run python test.py
Traceback (most recent call last):
  File "test.py", line 3, in <module>
    import xy
  File "/Users/violeta/fogleman/xy/__init__.py", line 5, in <module>
    from gcode import GCode
ImportError: No module named gcode
fogleman commented 8 years ago

That error is from some old code that was hanging around. I fixed it.

Also added a README with a few more instructions.

fogleman commented 8 years ago

Let me know what else you run into and I can help.