Results 1 to 9 of 9

Thread: Cutting threads

  1. #1
    Join Date
    Nov 2008
    Posts
    9

    Default Cutting threads

    Has anyone done any thread cutting work with their indexer? I don't own one yet, but in the course of thinking of projects this came to mind from my workbench screws. They are getting on needing replaced and if I recall, about 2 tpi and 2 inch dia.
    Thanks
    Ryan

  2. #2
    Join Date
    Mar 2006
    Posts
    7,832

    Default

    here is a discussion in another forum:
    http://www.vectric.com/forum/viewtopic.php?f=27&t=8074

  3. #3
    Join Date
    Mar 2008
    Location
    Tulsa Oklahoma
    Posts
    1,238

    Default

    Cutting threads is a capability I want too.. been kicking around writing a toolpath generator for the task, haven't gotten around to it yet.

    I want to be able to cut inside and outside threads, and have figured out how I will tackle the task when the time comes. Also I have thought about optics-standards threads for C mounts, CS, filters, etc.

    Also want to be able to make pipe-threads as well as straight machine screw threads.

    Should be an interesting project- now to get the time it requires-

    D

  4. #4
    Join Date
    Oct 2000
    Location
    Toms River, New Jersey
    Posts
    2,091

    Default indexer threading

    Guys,
    Check out the picture of the threading work done by Todd Maci on the Camp Flickr page- http://www.flickr.com/photos/campsho...7622468368762/
    If you can't make that link work go to the thread for the 2009 Mystic, CT Camp- http://www.talkshopbot.com/forum/showthread.php?t=2099 and follow up the link to the pictures....
    "Share your knowledge. It is a way to achieve immortality"...The Dalai Lama

    "Nothing is really work unless you would rather be doing something else....." Sir James Barrie

  5. #5
    Join Date
    Nov 2008
    Posts
    9

    Default

    Very cool! That's exactly what I am talking about. Ways to rebuild parts on my Roubo style workbenches when I do oops things...
    Ryan
    Last edited by gugnheim; 03-19-2010 at 09:55 PM. Reason: spelling...doh!

  6. #6
    Join Date
    Jul 1999
    Location
    Engiplast Inc., Gatesville Texas
    Posts
    69

    Default

    You don't need a indexer to cut threads. Cut a hole in your table and make a support under it. Clamp your bar stock to the support so the bar is vertical. Let the bar stick up above the surface of the table. I center on the bar and then use a 1/2" bit to run around the bar to make sure it is round and to get it to a exact size. Put in a thread milling cutter and use the CP command to spiral down at the pitch you want and for the number of turns. You thread holes the same way. You have to figure out the offset for the threading cutter to get the tread depth right. I have done threads from 3/4" up to 24" dia this way.
    I do pipe threads the same way, but I have to make a tapered tool path in CAD-CAM.

  7. #7
    Join Date
    Feb 2010
    Location
    Chappaqua, New York - USA
    Posts
    94

    Default

    Compared to cutting a lot of other less complicated shapes, the tool path for cutting outside threads on the indexer is surprisingly simple...

    &Cut_Depth_Start = 1
    &Cut_Depth_Finish = 2 'Same as Start for straight threads
    &Thread_Pitch = 20
    &Thread_Length = 5

    M5, X,Y,Z,,B 'Move spindle above start point of thread
    MZ, &Cut_Depth_Start 'Move Z down to cutting depth at start of thread

    'Cut thread - either straight or tapered
    &Rotation_Degrees = &Pitch * &Thread_Length * 360
    M5, ,&Thread_Length,&Cut_Depth_Finish,,&Rotation_Degre es


    Note - the example above is for indexers that are parallel to the Y axis. For X axis indexers, swap the following in place of the last line shown above...

    M5, &Thread_Length,,&Cut_Depth_Finish,,&Rotation_Degre es

  8. #8
    Join Date
    Mar 2008
    Location
    Tulsa Oklahoma
    Posts
    1,238

    Default

    Russ, the elegance of your solution is wonderful.

    Well done!

    Suggestion.. put some input boxes to allow run-time entry of the parameters..

    D

  9. #9
    Join Date
    Feb 2010
    Location
    Chappaqua, New York - USA
    Posts
    94

    Default

    Thanks Dana - I wrote that code on the fly, just to show how simple it was. When I first built our indexer I wrote a bunch of automated programs for creating blanks and simple profiles. I was amazed at how shapes that are hard in 3-axis are simple in 4-axis and also the other way around.

    While PartWorks 2.5 is great with some 4th axis work, some simple operations are much easier to create the "old fashion way". Code that's written to leverage 4th axis abilities (instead of wrapping 2.5D/3D) can be cut in a fraction of the time.

    I agree with you - if I were to use the code, I would probably add a few input/message boxes.

    You mentioned that you've got a method for cutting inside threads? Are you planning to cut them with a tap in the tail stock? I haven't found another way to use the ShopBot for this type of opperation. I had played around with the idea of adding gang lathe type attachments to our Z-axis, but with all the unknowns about rigidity, accuracy, stress/wear, I ended up just buying another metal lathe that I'm converting to CNC control. With our metal lathe we can use a boring bar style cutter for inside work.

Similar Threads

  1. Sticky threads
    By adrianm in forum About this Forum
    Replies: 3
    Last Post: 03-02-2015, 08:35 AM
  2. Trouble with internal threads
    By rww in forum Techniques for Cutting, Drilling, Machining
    Replies: 6
    Last Post: 09-24-2014, 09:27 AM
  3. Now we can cut threads
    By dan_nelson in forum ShopBotter Message Board
    Replies: 0
    Last Post: 06-29-2013, 09:28 AM
  4. Acme Threads
    By majohnson in forum Techniques for Cutting, Drilling, Machining
    Replies: 1
    Last Post: 10-15-2012, 10:37 PM
  5. Cutting threads on a Shopbot?
    By mgranato in forum Archive2008
    Replies: 1
    Last Post: 09-25-2008, 08:51 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
  •