. .
Page 2 of 3 FirstFirst 123 LastLast
  1. #11
    I simply drill a hole in some MDF about the size of the cutter dia. Harden it with CA glue and finish bore it with the tool. Then measure the hole carefully. This gives me my offset.

  2. #12
    Should have said to be careful with various tool tip radii. These will of course vary the cutting dia and thus the depth of the form when trying to match an existing thread. Imagine a huge tip radius verses a tiny one. The V form would cut in different places. Start small and creep up on it.
    Last edited by Leadhead; 20-04-2018 at 04:08 PM.

  3. #13
    Best if you download and look at the little app that Richard has on the Chestnut Pens website - that defines the dimensions that you need. I measured mine by clamping the tool in a vee block and careful use of a digital height gauge, it was very quick. The app is designed for metric threads so it calculates dimensions from the standard formulas - it would presumably work for UNF, but I don't think it would for imperial 55 degree forms.

  4. #14
    One of the benefits of using a TCT threading tool or a tap is that it already includes the flat or radius. I just used the app, chose my fit class, and it worked.

  5. #15
    John - My caution above is born of trying to use standard 55 deg trapezoidal tips which do not always, of course, have a compatible tip radius. Tripped me up until the penny dropped, but close approximations can be found if you search. I have tried it on the CA hardened MDF only so far. But reproduced a heavy Whit. thread quite well,

  6. #16
    Wal's Avatar
    Lives in Stockport, United Kingdom. Last Activity: 30-03-2023 Has been a member for 9-10 years. Has a total post count of 491. Received thanks 71 times, giving thanks to others 29 times.
    Hi all,

    I'm also hoping to have a go at this - I had a play around with writing the G-Code for it earlier in an effort to better understand what's going on, I've got something that might work - I wouldn't mind a bit of a sanity check on my process, though...

    For the sake of argument I'm going to be cutting an M4 thread. For the cutting tool I'm going to use an M4 tap ground down to a flat nose / single row of cutting teeth - I'll be using this tool for both the internal and external threads, but when cutting the external thread I'll adjust the radius to cut me a slightly deeper groove for a bit of clearance (...maybe I'm better off doing that on the internal thread..?)

    These threads don't need to be ISO compliant, so long as they work together that'll be fine!

    Here's the code I came up with for the external thread (probably ought to be a G17 in there..) along with a vid of Linux CNC running it:

    %
    G90 G21 G40 G49 M6 T1
    G0 X0 Y0 Z5
    G0 X-5
    G1 Z0 F500
    G1 X-3.571
    G2 X0 Y-3.571 Z-3.5 I3.571 J0 P5 F500
    G0 X-5
    G0 Z5
    G0 X0 Y0
    M2
    %

    (The radius of the arc is 3.571 as that'll bury a 4mm tap 0.429mm (male thread height) into the 4mm stock to be threaded.



    Does all of this look about right, or wishful thinking..? I guess I'll just have to give it a go..!

    Wal.

  7. #17
    My CAM uses a radius lead-in to the starting point
    You think that's too expensive? You're not a Model Engineer are you? :D

  8. #18
    I suggest that you start with a bigger thread, seems to me that an M4 tap may be quite flimsy by the time you have ground off 2 or 3 of the rows of teeth. Also it won't give you much clearance in an M4 tapping hole. You do of course need to use a tap with the same pitch as the thread you want which is limiting. I was lucky using a modified tap as I wanted an M14 x 1 thread and had an M8 x 1 tap.

    As for the code, I suggest you look at Richard's wizard that I linked to in an earlier post as an example for comparison.

  9. #19
    Wal's Avatar
    Lives in Stockport, United Kingdom. Last Activity: 30-03-2023 Has been a member for 9-10 years. Has a total post count of 491. Received thanks 71 times, giving thanks to others 29 times.
    Cheers guys.

    Yep, going to try feeding in tangentially as opposed to crashing in to the side like that..!

    Hi John - yeah, I've had a play with the Chestnut Pens app - very good it is too. I'm having a go from scratch as I'm a noob when it comes to G-Code and fancy getting my pea-brain around it a bit better. Seems to me that the main difference with how Richard's app works is that he uses full circles and increments the Z at each line, where I'm asking the machine (using 'P') to make a set number of circles while the Z moves as it's doing doing that.

    Well, I've ground down a cheap M4 tap, gonna stop my procrastinations and give it a go on a bit of brass... I'm reasonably confident it won't work, but ya gotta start somewhere..!

    Wal.

  10. #20
    Well I hope it goes OK - the worst can happen is you break a cheap tap, at least it won't be stuck in the hole! First time I tried I was amazed how easy it went, and thread fitted first time.

Page 2 of 3 FirstFirst 123 LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Milling Plastazote LD33 closed cell Foam - Any milling advice?
    By Zeeflyboy in forum General Discussion
    Replies: 17
    Last Post: 06-04-2022, 10:12 PM
  2. Thread milling
    By Leadhead in forum Tool & Tooling Technology
    Replies: 1
    Last Post: 09-02-2018, 10:23 AM
  3. Square/Acme/Trapezoidal thread milling?
    By m_c in forum Tool & Tooling Technology
    Replies: 4
    Last Post: 22-04-2017, 12:07 PM
  4. inspiration thread
    By kingcreaky in forum General Discussion
    Replies: 47
    Last Post: 21-01-2016, 03:08 PM
  5. Thread milling shallow bind hole
    By suesi34e in forum Metalwork Discussion
    Replies: 28
    Last Post: 15-12-2015, 01:03 PM

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
  •