Skip to content
  • MySensors
  • OpenHardware.io
  • Categories
  • Recent
  • Tags
  • Popular
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo
  1. Home
  2. My Project
  3. DIY CNC mill from mainly salvaged and 3D printed parts

DIY CNC mill from mainly salvaged and 3D printed parts

Scheduled Pinned Locked Moved My Project
76 Posts 5 Posters 11.8k Views 6 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • NeverDieN NeverDie

    No end stops at all.

    dbemowskD Offline
    dbemowskD Offline
    dbemowsk
    wrote on last edited by
    #9

    @neverdie I was curious too about what kind of closed loop feedback you were referring to in your earlier post.

    Vera Plus running UI7 with MySensors, Sonoffs and 1-Wire devices
    Visit my website for more Bits, Bytes and Ramblings from me: http://dan.bemowski.info/

    1 Reply Last reply
    0
    • dbemowskD Offline
      dbemowskD Offline
      dbemowsk
      wrote on last edited by
      #10

      So I am toying with an idea for the uprights that will hold the X and Z axis. I salvaged these old DLP projector wall mount brackets and got 2 of these parts.
      0_1518320666194_6ed50cef-9187-42e8-b025-9071c112f211-image.png
      The idea is to have them mounted on the sides of the Y axis frame to hold the X and Z axis vertically. I guess my main issue that's leaning me away from using them is that they are quite heavy. If I do use them, I will have to design some sort of bracket that would mount them to the Y axis frame. One nice thing is that they have some holes pre-drilled at a few different levels that might help in mounting the cross rails for the X axis.
      0_1518324588668_dcd7f401-37b8-4483-947d-5c9d2fa40d57-image.png

      Ahhhh the dilemas of designing something from scratch....

      Vera Plus running UI7 with MySensors, Sonoffs and 1-Wire devices
      Visit my website for more Bits, Bytes and Ramblings from me: http://dan.bemowski.info/

      NeverDieN 1 Reply Last reply
      0
      • dbemowskD dbemowsk

        So I am toying with an idea for the uprights that will hold the X and Z axis. I salvaged these old DLP projector wall mount brackets and got 2 of these parts.
        0_1518320666194_6ed50cef-9187-42e8-b025-9071c112f211-image.png
        The idea is to have them mounted on the sides of the Y axis frame to hold the X and Z axis vertically. I guess my main issue that's leaning me away from using them is that they are quite heavy. If I do use them, I will have to design some sort of bracket that would mount them to the Y axis frame. One nice thing is that they have some holes pre-drilled at a few different levels that might help in mounting the cross rails for the X axis.
        0_1518324588668_dcd7f401-37b8-4483-947d-5c9d2fa40d57-image.png

        Ahhhh the dilemas of designing something from scratch....

        NeverDieN Offline
        NeverDieN Offline
        NeverDie
        Hero Member
        wrote on last edited by NeverDie
        #11

        @dbemowsk Looks promising. The Trinus 3D printer (http://www.trinus3d.com/) went all steel on everything, and maker's muse attributed that as the reason why it could print in such fine detail.

        As to the closed-loop versus open-loop feedback, I had written about that in the CNC PCB milling thread, but @andrew didn't think it was needed, so it probably isn't. But anyway, if you look inside, say, modern inkjet printers, they don't even use stepper motors anymore for head positioning in the x-axis. Instead, they rely on a kind of quadrature linear tape that it reads to position the head very precisely. Well, why? In the past, they used to use stepper motors for that. Is it purely a manufacturing cost saving, or did they need to go that route to get more precise control as DPI's increased?

        So, since you're salvaging parts anyway, you could extract such linear positioning tapes from used inkjet printers (which are practically free, because people upgrade and throw out their old equipment because it's so cheap now). Just a thought....

        https://www.youtube.com/watch?v=0QLZCfqUeg4

        dbemowskD 1 Reply Last reply
        0
        • NeverDieN NeverDie

          @dbemowsk Looks promising. The Trinus 3D printer (http://www.trinus3d.com/) went all steel on everything, and maker's muse attributed that as the reason why it could print in such fine detail.

          As to the closed-loop versus open-loop feedback, I had written about that in the CNC PCB milling thread, but @andrew didn't think it was needed, so it probably isn't. But anyway, if you look inside, say, modern inkjet printers, they don't even use stepper motors anymore for head positioning in the x-axis. Instead, they rely on a kind of quadrature linear tape that it reads to position the head very precisely. Well, why? In the past, they used to use stepper motors for that. Is it purely a manufacturing cost saving, or did they need to go that route to get more precise control as DPI's increased?

          So, since you're salvaging parts anyway, you could extract such linear positioning tapes from used inkjet printers (which are practically free, because people upgrade and throw out their old equipment because it's so cheap now). Just a thought....

          https://www.youtube.com/watch?v=0QLZCfqUeg4

          dbemowskD Offline
          dbemowskD Offline
          dbemowsk
          wrote on last edited by
          #12

          @neverdie I get what you are going for now with the closed loop feedback. The problem in it is that I plan to use the standard GRBL firmware to run this, and if I were to go with that approach, I would probably have to modify the GRBL firmware to accommodate that as I don't think it is something native to it. If I am wrong on that, please correct me. Along with that, I don't know if I would have to make modifications to the CNC shield to do it, or if I could tone out some available pins to use for that. I don't know how encoders like that would work with steppers anyway. When steppers move one position, that equates to a certain distance based on it's direct drive, or as in my case the gear ratio. The fine encoder discs or strips used in ink jet printers may be able to be matched to the steps of the stepper, but if one step of the motor matched to a half step position on the encoder, that could throw things off slightly. I think the encoders would only be needed if the steppers were prone to missing steps, which if they are set up correctly, shouldn't. I think the steppers will be accurate enough for this application. Besides, the extra work it would take to salvage the parts and implement them into the design would be more work than I would care to take on at this point.

          Vera Plus running UI7 with MySensors, Sonoffs and 1-Wire devices
          Visit my website for more Bits, Bytes and Ramblings from me: http://dan.bemowski.info/

          1 Reply Last reply
          0
          • dbemowskD Offline
            dbemowskD Offline
            dbemowsk
            wrote on last edited by
            #13

            Still working on the X/Z axis uprights getting things figured out. In the mean time, I got a piece of MDF cut and fit for the work platter.
            0_1518409956932_61f0fcc4-39ef-4bca-abee-633b7659a0f2-image.png

            Vera Plus running UI7 with MySensors, Sonoffs and 1-Wire devices
            Visit my website for more Bits, Bytes and Ramblings from me: http://dan.bemowski.info/

            1 Reply Last reply
            0
            • bjacobseB Offline
              bjacobseB Offline
              bjacobse
              wrote on last edited by
              #14

              Just a concern, the MDF plate could/might contains sand particles (manufactures use cheap wood materials), so don't let your expensive endmills cut down to the MDF as this will ware out the sharp endmills

              NeverDieN 1 Reply Last reply
              0
              • bjacobseB bjacobse

                Just a concern, the MDF plate could/might contains sand particles (manufactures use cheap wood materials), so don't let your expensive endmills cut down to the MDF as this will ware out the sharp endmills

                NeverDieN Offline
                NeverDieN Offline
                NeverDie
                Hero Member
                wrote on last edited by
                #15

                @bjacobse What material do you recommend instead?

                1 Reply Last reply
                1
                • dbemowskD Offline
                  dbemowskD Offline
                  dbemowsk
                  wrote on last edited by
                  #16

                  Trying to find a stepper that will work for the X axis is proving to be a bit troublesome. I may end up ordering one. I wish I could find a larger junk laser printer.

                  Vera Plus running UI7 with MySensors, Sonoffs and 1-Wire devices
                  Visit my website for more Bits, Bytes and Ramblings from me: http://dan.bemowski.info/

                  1 Reply Last reply
                  0
                  • dbemowskD Offline
                    dbemowskD Offline
                    dbemowsk
                    wrote on last edited by
                    #17

                    After some further review and thought, I am thinking of just getting a set of 3 motors. I figure that way I have a matched set and I am not fighting things like too slow speed on one axis that is fighting the others when milling a job. This will require some modifications to my current Y axis, but I will only have to modify the bracket on the motor side which won't be hard at all.

                    The question I have is, will these motors be good enough? They are 0.9° which is 400 steps/rev vs the somewhat standard 1.8° @200 steps/rev. They are 65 oz-in bipolar motors.
                    https://www.ebay.com/itm/3pcs-NEMA17-0-9-Stepper-Motor-65-oz-in-Robot-Reprap-Makerbot-Arduino/122627614293?hash=item1c8d2ce655:g:z1MAAOSwX9FZH06R

                    Vera Plus running UI7 with MySensors, Sonoffs and 1-Wire devices
                    Visit my website for more Bits, Bytes and Ramblings from me: http://dan.bemowski.info/

                    NeverDieN 1 Reply Last reply
                    0
                    • dbemowskD Offline
                      dbemowskD Offline
                      dbemowsk
                      wrote on last edited by
                      #18

                      Well, haven't posted to my thread in a while so I thought I'd give an update. I am close to having the Z axis complete. Below are some pictures of the spindle assembly as I have it right now.
                      0_1519629445785_0ea7bc4a-55ec-4531-b443-451772d05d2f-image.png
                      0_1519629461406_66672fd9-3a0b-4388-9f7f-db5060f3ce07-image.png
                      0_1519629494067_08d76f89-3b1b-4939-a8a0-f61498ff44c1-image.png

                      This is the next part in line to be printed is the Z axis motor mount and X axis carriage. Below is a pic of the design. I have it printing now and there is 11 hours to go in the print. The longest printed part so far.
                      0_1519630176063_73bcfa87-ab38-49bc-8fe6-bcb500aad10e-image.png

                      Vera Plus running UI7 with MySensors, Sonoffs and 1-Wire devices
                      Visit my website for more Bits, Bytes and Ramblings from me: http://dan.bemowski.info/

                      NeverDieN 1 Reply Last reply
                      0
                      • dbemowskD dbemowsk

                        After some further review and thought, I am thinking of just getting a set of 3 motors. I figure that way I have a matched set and I am not fighting things like too slow speed on one axis that is fighting the others when milling a job. This will require some modifications to my current Y axis, but I will only have to modify the bracket on the motor side which won't be hard at all.

                        The question I have is, will these motors be good enough? They are 0.9° which is 400 steps/rev vs the somewhat standard 1.8° @200 steps/rev. They are 65 oz-in bipolar motors.
                        https://www.ebay.com/itm/3pcs-NEMA17-0-9-Stepper-Motor-65-oz-in-Robot-Reprap-Makerbot-Arduino/122627614293?hash=item1c8d2ce655:g:z1MAAOSwX9FZH06R

                        NeverDieN Offline
                        NeverDieN Offline
                        NeverDie
                        Hero Member
                        wrote on last edited by
                        #19

                        @dbemowsk said in DIY CNC mill from mainly salvaged and 3D printed parts:

                        I figure that way I have a matched set and I am not fighting things like too slow speed on one axis that is fighting the others when milling a job.

                        From what I've read, your GRBL controller would compensate, as it knows the speed of each motor (well, after you tell it, that is).

                        dbemowskD 1 Reply Last reply
                        0
                        • NeverDieN NeverDie

                          @dbemowsk said in DIY CNC mill from mainly salvaged and 3D printed parts:

                          I figure that way I have a matched set and I am not fighting things like too slow speed on one axis that is fighting the others when milling a job.

                          From what I've read, your GRBL controller would compensate, as it knows the speed of each motor (well, after you tell it, that is).

                          dbemowskD Offline
                          dbemowskD Offline
                          dbemowsk
                          wrote on last edited by
                          #20

                          @neverdie said in DIY CNC mill from mainly salvaged and 3D printed parts:

                          From what I've read, your GRBL controller would compensate, as it knows the speed of each motor (well, after you tell it, that is).

                          I figured that, but I was having trouble with a couple of the steppers that I was trying to use. Couldn't seem to get them to run reliably from the GRBL controller. The other part would have been figuring out a drive system for them as they all had geared heads. I would have had to figure out a gearing and mounting system. The motors I got were only $33 US, so basically $11/motor, so not a bad price, and I can direct couple them to the threaded rods making things easier.

                          Vera Plus running UI7 with MySensors, Sonoffs and 1-Wire devices
                          Visit my website for more Bits, Bytes and Ramblings from me: http://dan.bemowski.info/

                          1 Reply Last reply
                          0
                          • dbemowskD Offline
                            dbemowskD Offline
                            dbemowsk
                            wrote on last edited by
                            #21

                            So I would call today's part of the build pretty significant. I have the Z axis mostly assembled and did a drive test. Below are some pics of the assembly.
                            0_1519793838032_d75dde6c-6708-4a79-9322-b84e3babe900-image.png
                            0_1519793925038_58d39d2d-d5bc-4234-bc58-56bd0e688771-image.png
                            0_1519793979809_c39e3514-2513-46e1-b54a-53b7c54a5ca8-image.png

                            Here is the assembly taking it's first steps. It still needs some adjustment, but from what I am seeing, things should work. The next part of the build is going to be getting the uprights made that will hold the X axis rods and drive assembly. Once that is done, I should be able to do some more solid testing and calibration.
                            https://www.youtube.com/watch?v=XR7zPx8NVN8

                            Vera Plus running UI7 with MySensors, Sonoffs and 1-Wire devices
                            Visit my website for more Bits, Bytes and Ramblings from me: http://dan.bemowski.info/

                            1 Reply Last reply
                            0
                            • dbemowskD Offline
                              dbemowskD Offline
                              dbemowsk
                              wrote on last edited by
                              #22

                              As some of you may have noticed, based on the earlier cad drawing, I had to make some adjustments to the large white bracket. The adjustments were there to let the spindle motor pass by the bracket. On the first attempt, the back of the spindle motor was hitting the bracket restricting travel. Also, the lower lip of the spindle motor assembly was hitting the lower part of the bracket. A few tweaks later and this was born.
                              0_1519796458462_0896fde2-2138-4121-b63e-e4cd5d316043-image.png

                              Vera Plus running UI7 with MySensors, Sonoffs and 1-Wire devices
                              Visit my website for more Bits, Bytes and Ramblings from me: http://dan.bemowski.info/

                              1 Reply Last reply
                              0
                              • dbemowskD Offline
                                dbemowskD Offline
                                dbemowsk
                                wrote on last edited by
                                #23

                                So, the project is nearing completion. I have an amalgam of colors used in the setup as I was trying to use up some rolls of plastic that I had on hand. I now have a gantry assembly that is held together at the top with some 3D printed T-Slot channel that was part of a failed print. There are 3 pieces strung together with some 10-24 threaded rods run through the center holes.
                                0_1520144932507_fa2e8246-42be-407e-b578-34d9c2fd8461-image.png

                                The bottom is strung together with a custom 3D printed I support that also has a piece of 10-24 threaded rod through it. That too was done in two pieces because I could not fit the whole thing on my print bed.
                                0_1520145413839_a0af6d26-765d-435c-926f-f17b915347d1-image.png

                                I am in the process of printing the drill guides to drill the holes in the MDF sides that will hold the smooth rods and the X axis stepper.
                                0_1520146410672_096a0741-01b0-4044-a4a5-59ed2dfcf047-image.png

                                Here are the latest pics of the assembly so far.
                                0_1520146643475_3b29f325-e4ba-4dd0-9460-f0bcbd6f66a5-image.png
                                0_1520146770892_2c37acac-8e4d-45f8-b3ce-6458238af65b-image.png
                                0_1520146721843_0ff2e35e-00e6-4197-82ff-5979b527a740-image.png

                                Once I have the gantry X axis rods in place with the Z axis carriage, I will then be able to do a full test of the electronics. I opted for now to keep the salvaged Y axis motor assembly since I had that working. Once I have everything working, I will post a video.

                                Vera Plus running UI7 with MySensors, Sonoffs and 1-Wire devices
                                Visit my website for more Bits, Bytes and Ramblings from me: http://dan.bemowski.info/

                                zboblamontZ 1 Reply Last reply
                                0
                                • dbemowskD dbemowsk

                                  So, the project is nearing completion. I have an amalgam of colors used in the setup as I was trying to use up some rolls of plastic that I had on hand. I now have a gantry assembly that is held together at the top with some 3D printed T-Slot channel that was part of a failed print. There are 3 pieces strung together with some 10-24 threaded rods run through the center holes.
                                  0_1520144932507_fa2e8246-42be-407e-b578-34d9c2fd8461-image.png

                                  The bottom is strung together with a custom 3D printed I support that also has a piece of 10-24 threaded rod through it. That too was done in two pieces because I could not fit the whole thing on my print bed.
                                  0_1520145413839_a0af6d26-765d-435c-926f-f17b915347d1-image.png

                                  I am in the process of printing the drill guides to drill the holes in the MDF sides that will hold the smooth rods and the X axis stepper.
                                  0_1520146410672_096a0741-01b0-4044-a4a5-59ed2dfcf047-image.png

                                  Here are the latest pics of the assembly so far.
                                  0_1520146643475_3b29f325-e4ba-4dd0-9460-f0bcbd6f66a5-image.png
                                  0_1520146770892_2c37acac-8e4d-45f8-b3ce-6458238af65b-image.png
                                  0_1520146721843_0ff2e35e-00e6-4197-82ff-5979b527a740-image.png

                                  Once I have the gantry X axis rods in place with the Z axis carriage, I will then be able to do a full test of the electronics. I opted for now to keep the salvaged Y axis motor assembly since I had that working. Once I have everything working, I will post a video.

                                  zboblamontZ Offline
                                  zboblamontZ Offline
                                  zboblamont
                                  wrote on last edited by
                                  #24

                                  @dbemowsk MDF? That is chipboard or particle board, no?
                                  I very much doubt you will get sufficient rigidity even were you to glue/screw ribs on those side plates, and as a material it behaves badly with vibrating bolts etc...

                                  dbemowskD 1 Reply Last reply
                                  0
                                  • NeverDieN Offline
                                    NeverDieN Offline
                                    NeverDie
                                    Hero Member
                                    wrote on last edited by NeverDie
                                    #25

                                    If it doesn't work out, maybe you will want to build an MPCNC instead?

                                    1 Reply Last reply
                                    1
                                    • zboblamontZ zboblamont

                                      @dbemowsk MDF? That is chipboard or particle board, no?
                                      I very much doubt you will get sufficient rigidity even were you to glue/screw ribs on those side plates, and as a material it behaves badly with vibrating bolts etc...

                                      dbemowskD Offline
                                      dbemowskD Offline
                                      dbemowsk
                                      wrote on last edited by
                                      #26

                                      @zboblamont I'll see how it goes. It is a big experiment at this point. If it doesn't work out I may be able to have a frame milled pretty cheap. I work for our local school district and I know the shop teachers at our high school that run the large CNC mill that they have. I may be able to have them mill me some parts. I do have all the needed steppers and things, I may just need a frame, worst case.

                                      Vera Plus running UI7 with MySensors, Sonoffs and 1-Wire devices
                                      Visit my website for more Bits, Bytes and Ramblings from me: http://dan.bemowski.info/

                                      1 Reply Last reply
                                      1
                                      • dbemowskD Offline
                                        dbemowskD Offline
                                        dbemowsk
                                        wrote on last edited by
                                        #27

                                        So the CNC is near ready for testing. I need to solder a connector on to the X axis stepper and I should be able to run some tests. I think the next step is going to be figuring out how to calibrate the GRBL controller.

                                        Here are some pics of the build so far.
                                        0_1520435634637_d55a543c-c83e-45c2-baf1-88b9dffe4bf7-image.png 0_1520435645089_b6649401-63a5-4317-83fb-e3ffde4c1535-image.png 0_1520435653054_883b5d94-af50-4211-8b3c-13f5d682457e-image.png

                                        Vera Plus running UI7 with MySensors, Sonoffs and 1-Wire devices
                                        Visit my website for more Bits, Bytes and Ramblings from me: http://dan.bemowski.info/

                                        NeverDieN 1 Reply Last reply
                                        2
                                        • dbemowskD dbemowsk

                                          So the CNC is near ready for testing. I need to solder a connector on to the X axis stepper and I should be able to run some tests. I think the next step is going to be figuring out how to calibrate the GRBL controller.

                                          Here are some pics of the build so far.
                                          0_1520435634637_d55a543c-c83e-45c2-baf1-88b9dffe4bf7-image.png 0_1520435645089_b6649401-63a5-4317-83fb-e3ffde4c1535-image.png 0_1520435653054_883b5d94-af50-4211-8b3c-13f5d682457e-image.png

                                          NeverDieN Offline
                                          NeverDieN Offline
                                          NeverDie
                                          Hero Member
                                          wrote on last edited by NeverDie
                                          #28

                                          @dbemowsk A+ for sticking with it all the way to completion.

                                          The main calibration number will probably be the revolutions per inch for each of the axises (axi?). From there you can start air carving.

                                          dbemowskD NeverDieN 2 Replies Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          12

                                          Online

                                          11.7k

                                          Users

                                          11.2k

                                          Topics

                                          113.1k

                                          Posts


                                          Copyright 2025 TBD   |   Forum Guidelines   |   Privacy Policy   |   Terms of Service
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • MySensors
                                          • OpenHardware.io
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular