Re: [Emc-users] running PyCAM (dev) under Windows (was: Text on rounded button.)

2012-12-05 Thread Erik Friesen
Also, I don't know if its how I did it or what, but I find the generated code very jerky, not following the line well, with probably .010" deviance. If you want more info let me know. I ended up writing a script using c# under windows(yay for windows) that does what I need. (duck the flying debr

Re: [Emc-users] running PyCAM (dev) under Windows (was: Text on rounded button.)

2012-12-04 Thread Erik Friesen
I get a rather serious exception when trying to enter a tool size in decimals, it logs out completely. On Fri, Nov 23, 2012 at 8:15 AM, Lars Kruse wrote: > Hi Erik, > > sorry - this thread slipped out of my sight for ten days ... > > > Am Mon, 12 Nov 2012 08:18:50 -0500 > schrieb Erik Friesen :

Re: [Emc-users] running PyCAM (dev) under Windows (was: Text on rounded button.)

2012-11-23 Thread Lars Kruse
Hi Erik, sorry - this thread slipped out of my sight for ten days ... Am Mon, 12 Nov 2012 08:18:50 -0500 schrieb Erik Friesen : > Ok, got pycam going on linux. A couple things.. > > Generate toolpath generates a flat toolpath, it requires generate all to > generate the curve. almost :) There

Re: [Emc-users] running PyCAM (dev) under Windows (was: Text on rounded button.)

2012-11-12 Thread Erik Friesen
Ok, got pycam going on linux. A couple things.. Generate toolpath generates a flat toolpath, it requires generate all to generate the curve. MM seems to be hard coded here?? Is there a place to input retract height? Anyway, thanks for the help, I think this is going to work. And, thanks for t

Re: [Emc-users] running PyCAM (dev) under Windows (was: Text on rounded button.)

2012-11-07 Thread Lars Kruse
Hi Erik, > Hacked the dll into the directory, got it going, however, whenever I click > item to view, exception is thrown > > Gdk:ERROR:gdkgc-win32.c:748:get_impl_drawable: code shouhd not be reached I am sorry to hear that you stumbled upon this kind of ugliness! Sadly the OpenGL library that

Re: [Emc-users] running PyCAM (dev) under Windows (was: Text on rounded button.)

2012-11-07 Thread Erik Friesen
Hacked the dll into the directory, got it going, however, whenever I click item to view, exception is thrown Gdk:ERROR:gdkgc-win32.c:748:get_impl_drawable: code shouhd not be reached On Wed, Nov 7, 2012 at 1:20 PM, Erik Friesen wrote: > Got numpy, now it says libgdkglext-win32-1-0.dll is missi

Re: [Emc-users] running PyCAM (dev) under Windows (was: Text on rounded button.)

2012-11-07 Thread Erik Friesen
Got numpy, now it says libgdkglext-win32-1-0.dll is missing On Wed, Nov 7, 2012 at 1:11 PM, Erik Friesen wrote: > Ok, installed opengl into 25, now - "No module named numpy" numpy > apparently needs a compiler to be downloaded, etc > > > > On Wed, Nov 7, 2012 at 1:02 PM, Erik Friesen wrot

Re: [Emc-users] running PyCAM (dev) under Windows (was: Text on rounded button.)

2012-11-07 Thread Erik Friesen
Ok, installed opengl into 25, now - "No module named numpy" numpy apparently needs a compiler to be downloaded, etc On Wed, Nov 7, 2012 at 1:02 PM, Erik Friesen wrote: > I see opengl stuff in python32, but not in 25. However, I get a syntax > error trying to run with 32 > > > > On Wed, No

Re: [Emc-users] running PyCAM (dev) under Windows (was: Text on rounded button.)

2012-11-07 Thread Erik Friesen
I see opengl stuff in python32, but not in 25. However, I get a syntax error trying to run with 32 On Wed, Nov 7, 2012 at 12:56 PM, Erik Friesen wrote: > I get an import error, no module named opengl.gl > > > > On Wed, Nov 7, 2012 at 12:51 PM, Lars Kruse wrote: > >> Hi Erik, >> >> >> > I inst

Re: [Emc-users] running PyCAM (dev) under Windows (was: Text on rounded button.)

2012-11-07 Thread Erik Friesen
I get an import error, no module named opengl.gl On Wed, Nov 7, 2012 at 12:51 PM, Lars Kruse wrote: > Hi Erik, > > > > I installed the prereqs, and used git, but not sure from there. > > did you already clone the git repository? > Where you able to run the pycam script? > (Probably you need to

Re: [Emc-users] running PyCAM (dev) under Windows (was: Text on rounded button.)

2012-11-07 Thread Lars Kruse
Hi Erik, > I installed the prereqs, and used git, but not sure from there. did you already clone the git repository? Where you able to run the pycam script? (Probably you need to type something like "c:\python25\python scripts/pycam") Are there any error messages? Cheers, Lars