Re: [Emc-users] open-source cam software thoughts and comments

2014-10-21 Thread Pete Matos
Oh I forgot to even mention Cambam. I have been using it for awhile now. Many of the parts I have posted photos of on the IRC were made with it. It is quite powerful and even has some decent 3d toolpaths in it. For simple 2.5d stuff it will do about anything you might want. It does not have buil

Re: [Emc-users] open-source cam software thoughts and comments

2014-10-21 Thread Pete Matos
Honestly I WISH there were an open source cam software package that had even reasonable capabilities. I use freecad a lot and it has grown by leaps and bounds and it is quite capable today. It is not solidworks but hey it is absolutely free and a 3d parametric modeler. You can watch some youtube

Re: [Emc-users] open-source cam software thoughts and comments

2014-10-21 Thread John Alexander Stewart
Andy and others; 1) I run CamBam on my OSX machine - had to install a MONO framework, but it works. (found the instructions in the cambam forum) The latest Linux release of CamBam is great - it runs on Ubuntu 14.04 really well - the previous release had some MONO framework issues. 2) I did use d

Re: [Emc-users] open-source cam software thoughts and comments

2014-10-21 Thread Gene Heskett
On Tuesday 21 October 2014 09:17:00 Allen did opine And Gene did reply: > I use Weber Systems "Synergy". (linux based) > http://webersys.com/ > It's been around for years and is under represented. > Very little marketing. > You might look at it as well. In my case, it was also _very_ invasive. I

Re: [Emc-users] open-source cam software thoughts and comments

2014-10-21 Thread sam sokolik
I just started playing with dxf2gcode. It is a 2.5D solution that takes in dxf files. It allows you to turn on cutter comp and change the profiles cut direction. https://code.google.com/p/dxf2gcode/ Only played with it lightly but is seems pretty powerful. http://electronicsam.com/images/Kan

Re: [Emc-users] open-source cam software thoughts and comments

2014-10-21 Thread Anders Wallin
Here's a summary of my programming projects: http://www.anderswallin.net/2014/02/opencamlib-and-openvoronoi-toolpath-examples/ no GUI, just python c++ modules, python scripts, and visualization with VTK. everything is quite experimental... Anders On Tue, Oct 21, 2014 at 2:35 PM, linden wrote: >

Re: [Emc-users] open-source cam software thoughts and comments

2014-10-21 Thread Allen
I use Weber Systems "Synergy". (linux based) http://webersys.com/ It's been around for years and is under represented. Very little marketing. You might look at it as well. Blender was pretty heavy, Pycam was too light, LCNC Native CAM I use at times, never got around to Inkscape Gcode tools, I m

Re: [Emc-users] open-source cam software thoughts and comments

2014-10-21 Thread andy pugh
On 21 October 2014 12:35, linden wrote: > On an other note I have been playing with Freecad the last few > weeks and am quite impressed with the part and part design tool bars any > way the other features are still on my get to learn list. There has been some work done on a CAM module for FreeCA

[Emc-users] open-source cam software thoughts and comments

2014-10-21 Thread linden
Hi, Do any of you use any of the 4 programs listed below? What other solutions are out there? I have come to the conclusion it would be nice to use some sort of tool rather than typing all the code out by hand. lol For little things its no big deal but I can see it getting old in a hurry. On