Welcome! Log In Create A New Profile

Advanced

cam.py

Posted by Jeffonfire 
cam.py
March 01, 2009 06:36PM
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.
Re: cam.py
March 01, 2009 07:08PM
Or if your can find out where I can find the skeinforge download!
Re: cam.py
March 02, 2009 03:48AM
Looks like it is expecting a command line parameter for xyscale that you have failed to provide. sys.argv[] is an array of command line parameters.

The first post in this thread [forums.reprap.org] gives places where skeinforge can be downloaded.


[www.hydraraptor.blogspot.com]
Re: cam.py
March 02, 2009 10:08AM
Thanks Skeinforege is working great for me!
Sorry, only registered users may post in this forum.

Click here to login