I downloaded cam.py to try to generate some g-code. I got this error message:
Traceback (most recent call last):
File "C:\Documents and Settings\ad\Desktop\cam-py\cam.py", line 3222, in
xyscale = float(sys.argv[i+1])
IndexError: list index out of range
Any ideas why it wont work? I have the python image library installed.