586,060 active members*
4,191 visitors online*
Register for free
Login
IndustryArena Forum > OpenSource CNC Design Center > OpenSource Software > Any ideas for open source CAM package?
Page 2 of 2 12
Results 21 to 27 of 27
  1. #21
    Join Date
    Mar 2003
    Posts
    35538
    Quote Originally Posted by MrWild
    As of October 6, 2005 Autodesk only has thirty dayt trial downloads.

    So does anyone have a copy of the shareware version they can send me?

    Thanks

    Bill

    Get it while you can. http://www.turbosquid.com/gmax
    Gerry

    UCCNC 2017 Screenset
    http://www.thecncwoodworker.com/2017.html

    Mach3 2010 Screenset
    http://www.thecncwoodworker.com/2010.html

    JointCAM - CNC Dovetails & Box Joints
    http://www.g-forcecnc.com/jointcam.html

    (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)

  2. #22
    Join Date
    Mar 2005
    Posts
    1
    I do not know if anyone is familiar with Blender. But it is an opensource 3d modelling package. I think that if someone made a G-code generation script for it, that it would be extremely powerful. Imagine using Blender, a 5-axis G-code generation script, and Mach. A complete package (less CAD) for $159. Blender imports STL, SVG, DXF, and many others.

  3. #23
    Join Date
    Jul 2006
    Posts
    24

    O_o

    The ideas here are really great! specially now that OpenCAM has a primitive support to Blender Objects!
    These two screenshots show an object in blender and the same object beeing opened on OpenCAM. It is quite neanderthal stuff but it is working ^_^

    Regarding SVG, I'm prefering to work with Inkscape, and, like the same idea of the owner of this topic, OpenCAM is going only on Linux!

    Let's mill some penguins for fun!
    Attached Thumbnails Attached Thumbnails opencam17.png   opencam18.png  

  4. #24
    Join Date
    Oct 2006
    Posts
    48
    Man, i have been pondering on this idea...

    if Open office can read DXF files, why cant you use the draw capabilities there to draw simple shapes in the OpenOffice Draw app, and then have it converted into DXF or G-code.

    this would make life on my plasma cutter a lot simpler!!!

  5. #25
    Join Date
    Nov 2004
    Posts
    23
    Ok. So I haven't really done anything for over a year on this. I stopped working on the PerlCAM program a long time ago. I'm a student and during the school year, I don't get a lot of time to work on this stuff.

    Anyway, last night, I started working on writing a CAM program again. This time in Java. So far I've written a 3D viewer, STL parser, depth calculator, and a bunch of code for handling solid geometry. At the moment, it can produce depth maps suitable for 3-axis milling, but it is buggy and extremely slow at processing.

    I hope to have usable 3 axis surface milling working by the end of the week. My planned algorithm actually supports an arbitrary number of axis and non-Cartesian coordinate systems. It also supports arbitrary tool shapes which can be loaded from mesh models (would be particularly useful for EDM). The trade off is that it is very slow. Realistically though, I will probably have to limit the functionality to improve processing speed. At the very least, I expect it will support 5 axis milling (or 6 axis, if there was any reason for it) by repeating the 3 axis calculation with various rotations. However, since my MaxNC mill only have 3 axis, I probably won't be spending that much time getting it working for more than that.

    I am somewhat new to dealing with solid geometry in programs, so I am probably doing a lot of things the (computationally) hard way. Right now, if there is a 20,000 triangle model loaded, to create a 300x300 depth map the program must solve 10.8 billion parametric line equations (I just did that and it took about 30 minutes). I am considering a few methods to limit this search, any of which should speed up the process hundreds of times.

  6. #26
    Join Date
    Oct 2006
    Posts
    48
    for nice 3d nurbs modelling, take a look at Moi3D.

    http://moi3d.com/

    nice program... can export to AI format.

  7. #27
    Join Date
    Oct 2007
    Posts
    14

    flat foam

    looking for a opensource cad program to draw flat foamy rc planes to be cut out of 6 mm depron foam. something that will gen the G-codes

Page 2 of 2 12

Similar Threads

  1. Student Versions of CAD and CAM Software
    By Jcadwell in forum Uncategorised CAM Discussion
    Replies: 8
    Last Post: 08-04-2008, 03:22 PM
  2. CAD CAM Demo strategy questions?
    By Idle hands in forum Uncategorised CAM Discussion
    Replies: 6
    Last Post: 05-24-2005, 07:45 PM
  3. Newbie CAM questions
    By WoodSnarfer in forum Uncategorised CAM Discussion
    Replies: 3
    Last Post: 11-12-2004, 02:15 PM
  4. Looking for a simple cam package
    By M@T in forum Uncategorised CAM Discussion
    Replies: 1
    Last Post: 12-12-2003, 06:35 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •