Follow These Steps to Program Thread Cutting on a CNC Lathe!

Поділитися
Вставка
  • Опубліковано 7 чер 2024
  • In the 6th video in this series, Marc, aka @GCodeTutor continues the series on manually programming a complete part on a CNC lathe using G-Code.
    This time, it's about screw threads. There are a few ways to approach thread cutting on a CNC lathe by using G32, G92, or the more common G76.
    Marc walks us through, line by line on how to write the G-Code for this sequence.
    When programming the two-line version of the G76 cycle, the P and Q values aren't calling a subroutine this time, but instead giving the machine information about the thread we want it to cut:
    G76 P(1)(2)(3), Q, R;
    G76 X, Z, P, Q, F;
    First line:
    P(1) = Spring passes
    P(2) = Chamfer
    P(3) = Angle of thread
    Q = Minimum cut
    R = Finish allowance
    Second line:
    X = Minor (core) dia of thread
    Z = Endpoint of thread
    P = Depth of thread
    Q = Depth of first cut
    F = Pitch of thread
    If you want to learn more about screw thread cutting, Marc has an in-depth course on programming G-Code on your CNC lathe here: gcodetutor.com/cnc-machine-tr...
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    If you want any more information about these codes or other G-code information, head to
    Website: gcodetutor.com/
    Facebook: / gcodetutor
    Twitter: / gcodetutor
    UA-cam: / gcodetutor
    Pinterest: www.pinterest.co.uk/gcodetuto...
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Practical Machinist is the largest and most engaged #metalworking community across the web. With more than 200,000 registered members and 400,000+ social media followers, Practical Machinist is the easiest way to learn new techniques, get answers quickly, and discuss common challenges with your peers. Visit Practical Machinist today to join the community and start connecting with your peers.
    Become a Practical Machinist member (www.practicalmachinist.com/)
    Like us on Facebook ( / practicalmachinist )
    Follow us on Instagram ( / practicalmachinist )
    Follow us on Twitter ( / prac_machinist )
    Follow us on TikTok ( / practicalmachinist )
    Connect with us on LinkedIn ( / practical-machinist )
    #machining #cncprogramming #gcode
  • Наука та технологія

КОМЕНТАРІ • 2

  • @Suzuki-RGB500-57
    @Suzuki-RGB500-57 2 місяці тому +1

    Just found it sorry - Well explained thankyou, have you done a metric video as well?

  • @agentsmith7947
    @agentsmith7947 4 місяці тому

    Great thanks