Improvised CNC Lathe

Advert

Improvised CNC Lathe

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #627228
    Les Riley
    Participant
      @lesriley75593

      Having been impressed by the gadget in the link in Buffer's recent post, I got thinking about how I could use what I already had to get me out of a problem.

      I am currently machining a flywheel for my 6" traction engine build. Front face is easy, so is the bore. The rear face of the rim is not so easy needing a very long and funny shaped tool. Also, the rim of the flywheel is to be "crowned" to allow it to drive flatbelts.

      The flywheel is almost on the limit for the lathe (700mm) and the toolpost doesn't come out far enough to be fully useful.

      So, thinking outside the box, I codged up this set up. Which despite it's appearance actually works very well. I am happily cutting the edge of the rim with a good finish. Just got to get my head around the G code for the crowning cuts. Translating the existing milling machine axes to lathe axes temporarily…

      Les

      cnc on lathe.jpg

      Advert
      #15407
      Les Riley
      Participant
        @lesriley75593
        #627230
        Ady1
        Participant
          @ady1

          Bits of chunky metal to fall over, wires everywhere, and the emergency exit inaccessible

          Glad I'm not alone where these things are concerned

          And well done on getting some CNC up and running

          #627231
          Michael Gilligan
          Participant
            @michaelgilligan61133

            starstarstarstarstar

            … as I believe they put it, in review-land

            MichaelG.

            #627978
            Ronald Morrison
            Participant
              @ronaldmorrison29248

              Can the g-code for the crown be derived from treating the rim of the flywheel as a section of a sphere?

              #627981
              Emgee
              Participant
                @emgee

                Les

                Well done for thinking outside the box that some would lock you into.

                Emgee

                #628024
                Les Riley
                Participant
                  @lesriley75593
                  Posted by Ronald Morrison on 07/01/2023 11:54:56:

                  Can the g-code for the crown be derived from treating the rim of the flywheel as a section of a sphere?

                  Yes, that seems to be the standard for crowned flywheels. I used the radius of the outside of the wheel. The rim is 3" wide and has about 3/32 less diameter at the edges.

                  I also did the back edge at the same time so it would be parallel to the front.

                  It was a bit of a lash-up but did a beautiful job of it.

                  Les

                  Doing the Edge

                  #628029
                  Martin Connelly
                  Participant
                    @martinconnelly55370

                    Ronald, the Gcode for a curve is quite simple, you tell the controller where the tool is starting from, where the tool will end up (as either X and Y coordinates on a mill or X and Z on a lathe) if the path is clockwise or anti- clockwise and either the radius you want or where the centre of the curve is.

                    Typically this would look something like this:

                    g01 x15 z-1.5 (go to the start point)

                    g02 x15 z1.5 r12 (travel in a curved path to the end point with a radius of 12)

                    g02 or g03 determines if the path is clockwise or anticlockwise.

                    There are variations in different controllers so this may not be quite the way that Les would set it up.

                    Martin C

                    #628133
                    Les Riley
                    Participant
                      @lesriley75593

                      I used the other method.

                      The core is:-

                      G0 X7.4706 Y45.0
                      G1 F100.0 X-3.0933
                      G2 F5 Y-45.0 I-320.7083 J-45.0
                      G1 F400 X7.4706
                      G1 F400 Y45.0

                      This does a cut and returns to the start position where I added a few thou each time to the X for the next cut.

                      Les

                    Viewing 9 posts - 1 through 9 (of 9 total)
                    • Please log in to reply to this topic. Registering is free and easy using the links on the menu at the top of this page.

                    Advert

                    Latest Replies

                    Viewing 25 topics - 1 through 25 (of 25 total)
                    Viewing 25 topics - 1 through 25 (of 25 total)

                    View full reply list.

                    Advert

                    Newsletter Sign-up