. .
  1. #1
    dose anyone have any ideas on cheap options for turning iges or stl files into g.code?.

    i'd like something that can handle smooth curved surfaces or is that where it starts getting pricy?

  2. #2
    STL isn't a smooth curved surface - it's actually a collection of triangles. The more triangles you have, the smoother the curved surface is.

    For a 1:10th scale model of the car I want to make, it's 20716 triangles - the full size is 82,864 (as it currently stands - I still haven't finalised the design).

    I wrote my own software for converting the STL file into G-code, suitable for my machine (2.5D). It also splits the object up into the blocks we'll be using, and gives me an estimate of the number of blocks required (63 at the moment).

    The only caveat is that it only works to the nearest 1mm, which is fine for my requirements. It could be written to go much finer than that.

    I've also got a number of different algorithms which trade off accuracy against speed.

    Oh, and it's MacOS only as well (could be important for some, well most people!)

    This is why machine is called "STLCutter"

  3. #3
    Cambam handles STL files pretty well. It's not free but you get 40 uses before you have to buy it.

  4. #4
    Millwizard can do this and it's free but only does one pass, you may have to do 2 or 3 programs with different cutters to get an acceptable finish.
    Vectric's Cut3D can also do it using roughing and finishing passes, bought program, not free.
    John S -

  5. #5
    Thanks for the link John, just had a quick play - Oh Boy that produces a lot of code.
    Something else to get my head around.

    peter

  6. #6
    cheers for the pointer to cut3D john. looks like a good program, and pretty cheap.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Anyone got some 2.5D G-code please ?
    By dudz in forum Programmers Corner
    Replies: 5
    Last Post: 22-06-2013, 11:21 PM
  2. Cambium Code Web Tools – Parametric G-code Generation
    By CambiumMachines in forum Manufacturer News
    Replies: 0
    Last Post: 09-01-2013, 04:56 AM
  3. Replies: 4
    Last Post: 17-05-2012, 01:49 PM
  4. G Code help
    By moose007 in forum Programmers Corner
    Replies: 4
    Last Post: 22-05-2009, 11:39 AM

Bookmarks

Posting Permissions

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