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. General Discussion
  3. CNC PCB milling

CNC PCB milling

Scheduled Pinned Locked Moved General Discussion
933 Posts 28 Posters 134.9k Views 27 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 Offline
    NeverDieN Offline
    NeverDie
    Hero Member
    wrote on last edited by
    #531

    So, anyhow, maybe another way to check for job completion would be to monitor the DATA+ line from the USB cable feeding the WoodPecker controller. I'm guessing that if it shows no activity, then the job is done.

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

      Is there something like, or does octoprint work with CNC machines? That might be an option if it does. Octoprint can monitor with an attached USB webcam

      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
      • NeverDieN Offline
        NeverDieN Offline
        NeverDie
        Hero Member
        wrote on last edited by
        #533

        Yesterday I was doing copper removal with a 2mm end-mill, and several times when plunging it brought the motor to a complete stop. The motor recovered and continued in the x-y dimension at the new z.

        So, obviously, the z-feedrate was too high. Is there a feedrate specific to the z-axis, or is it just the same as the general feedrate used by the x-y? I know there are velocity and acceleration parameters that can be different for x,y, and z. Do I control it using that instead of the seemingly general purpose "feedrate"?

        Also, not sure why I experienced the problem this time and not previous times, as I was running the same g-code as before. Perhaps the end-mill acquired too much plastic gunk clinging to it? What's the best way to clean that stuff off?

        NeverDieN 1 Reply Last reply
        0
        • NeverDieN NeverDie

          Yesterday I was doing copper removal with a 2mm end-mill, and several times when plunging it brought the motor to a complete stop. The motor recovered and continued in the x-y dimension at the new z.

          So, obviously, the z-feedrate was too high. Is there a feedrate specific to the z-axis, or is it just the same as the general feedrate used by the x-y? I know there are velocity and acceleration parameters that can be different for x,y, and z. Do I control it using that instead of the seemingly general purpose "feedrate"?

          Also, not sure why I experienced the problem this time and not previous times, as I was running the same g-code as before. Perhaps the end-mill acquired too much plastic gunk clinging to it? What's the best way to clean that stuff off?

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

          @neverdie said in CNC PCB milling:

          Is there a feedrate specific to the z-axis, or is it just the same as the general feedrate used by the x-y?

          I ran some tests and proved that the general feedrate does apply to the z-axis. However, at the moment, the rest of the answer remains unknown to me.

          1 Reply Last reply
          0
          • NeverDieN NeverDie

            So, anyhow, maybe another way to check for job completion would be to monitor the DATA+ line from the USB cable feeding the WoodPecker controller. I'm guessing that if it shows no activity, then the job is done.

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

            @neverdie said in CNC PCB milling:

            So, anyhow, maybe another way to check for job completion would be to monitor the DATA+ line from the USB cable feeding the WoodPecker controller. I'm guessing that if it shows no activity, then the job is done.

            I tested this, and it won't work. It seems that USB is constantly sending data frames (or something) regardless of whether actual serial data is being transmitted.

            So, to take the idea any further, I'd have to tap into and monitor the Serial Rx pin on the Woodpecker atmega328p chip itself.

            ben999B 1 Reply Last reply
            0
            • NeverDieN NeverDie

              @neverdie said in CNC PCB milling:

              So, anyhow, maybe another way to check for job completion would be to monitor the DATA+ line from the USB cable feeding the WoodPecker controller. I'm guessing that if it shows no activity, then the job is done.

              I tested this, and it won't work. It seems that USB is constantly sending data frames (or something) regardless of whether actual serial data is being transmitted.

              So, to take the idea any further, I'd have to tap into and monitor the Serial Rx pin on the Woodpecker atmega328p chip itself.

              ben999B Offline
              ben999B Offline
              ben999
              wrote on last edited by ben999
              #536

              @neverdie just a thought
              One is able to customise a program header and footer of GCode programs
              Maybe you could use a “coolant off” and “coolant on” (M07, M08 and M09 if I remember correctly) to achieve your goal?

              1 Reply Last reply
              2
              • NeverDieN Offline
                NeverDieN Offline
                NeverDie
                Hero Member
                wrote on last edited by NeverDie
                #537

                I tried measuring the current with an INA219, and wow, the current measures much higher than what my bench power supply had been telling me. Doing just auto-leveling consumes about 0.5a at 24v. Turning on the spindle and just carving air consumes over 1a at 24v. So, I'm guessing that actually routing PCB material (not just air) might well exceed the 2a limit of the INA219, at least in worst case scenarios where the bit may bind (or the feedrate too high) enough to slow the motor down.

                So, I'll simply slam a couple more shunt resistors in parallel with it, and then it should be good for measuring up to 6 amps.

                All this assumes that the Woodpecker contains a proper snubber diode, so that I don't get voltage spikes when turning the spindle off. Indeed, it looks as though the woodpecker does have an SS54 schottky diode installed just below the spindle power plug, and I'm guessing it is intended to serve that purpose.

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

                  Virtually every screw on this CNC has come lose, so I'll be applying Loctite on all of them to hopefully avoid a repeat in the future.

                  I think there will just inevitably be some amount of vibration during the milling process (which obviously gets worse if there are lose screws). So, beyond Loctiting everything, I wonder if it makes sense to also rest the whole thing on some vibration dampers such as:
                  https://www.amazon.com/Anti-walk-Silent-Feet-Anti-Vibration-Machines/dp/B00536VQE0/ref=sr_1_8?ie=UTF8&qid=1518798934&sr=8-8&keywords=vibration+laundry

                  I mounted our clothes dryer on these particular feet, and they work fantastic, at least for that purpose. Maybe not the right choice for this CNC though.
                  In the case of 3D printers, I notice that the Prusa I3 Mk3 sits on rubber feet, presumably for a similar reason.

                  Anyone found good vibration damping feet for their CNC?

                  zboblamontZ 1 Reply Last reply
                  0
                  • NeverDieN NeverDie

                    Virtually every screw on this CNC has come lose, so I'll be applying Loctite on all of them to hopefully avoid a repeat in the future.

                    I think there will just inevitably be some amount of vibration during the milling process (which obviously gets worse if there are lose screws). So, beyond Loctiting everything, I wonder if it makes sense to also rest the whole thing on some vibration dampers such as:
                    https://www.amazon.com/Anti-walk-Silent-Feet-Anti-Vibration-Machines/dp/B00536VQE0/ref=sr_1_8?ie=UTF8&qid=1518798934&sr=8-8&keywords=vibration+laundry

                    I mounted our clothes dryer on these particular feet, and they work fantastic, at least for that purpose. Maybe not the right choice for this CNC though.
                    In the case of 3D printers, I notice that the Prusa I3 Mk3 sits on rubber feet, presumably for a similar reason.

                    Anyone found good vibration damping feet for their CNC?

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

                    @neverdie Crazy though it may sound, have you considered cheap engine/gearbox mounts (for vehicles) for the base frame onto some baseplate or U-mounts?
                    All excess energy in a machine has to be dissipated to maintain base accuracy, the more rigid the structure is, the more that undamped energy is transferred to somewhere to dissipate, the base is probably the easiest to resolve...

                    NeverDieN 1 Reply Last reply
                    0
                    • zboblamontZ zboblamont

                      @neverdie Crazy though it may sound, have you considered cheap engine/gearbox mounts (for vehicles) for the base frame onto some baseplate or U-mounts?
                      All excess energy in a machine has to be dissipated to maintain base accuracy, the more rigid the structure is, the more that undamped energy is transferred to somewhere to dissipate, the base is probably the easiest to resolve...

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

                      @zboblamont
                      Not sure how that would be setup exactly.

                      I'll try this:
                      https://www.amazon.com/dp/B00B84FNBS/ref=cm_sw_r_cp_ep_dp_H.1HAbVV7GBAF

                      That way the aluminum frame will be supported all the way around.

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

                        Here is the Sorbothane installed:
                        0_1519041399888_Sorbothane.jpg

                        dbemowskD 1 Reply Last reply
                        1
                        • NeverDieN NeverDie

                          Here is the Sorbothane installed:
                          0_1519041399888_Sorbothane.jpg

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

                          @neverdie Out of curiosity, I thought most CNC machines used ball screws. That to me looks like a lead screw.

                          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

                            @neverdie Out of curiosity, I thought most CNC machines used ball screws. That to me looks like a lead screw.

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

                            @dbemowsk Yes, it's not a ball screw.

                            dbemowskD 1 Reply Last reply
                            0
                            • NeverDieN NeverDie

                              @dbemowsk Yes, it's not a ball screw.

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

                              @neverdie Good, then I don't feel so bad using plain 5/16 threaded rods in my build. I would assume that there is some sort of anti backlash where it connects to the carriage though, correct? There is not a lot of play in mine to begin with, but I am using two threaded rod coupler nuts with a spring in between on mine to take up any little bit of backlash it might have.

                              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

                                @neverdie Good, then I don't feel so bad using plain 5/16 threaded rods in my build. I would assume that there is some sort of anti backlash where it connects to the carriage though, correct? There is not a lot of play in mine to begin with, but I am using two threaded rod coupler nuts with a spring in between on mine to take up any little bit of backlash it might have.

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

                                @dbemowsk said in CNC PCB milling:

                                I am using two threaded rod coupler nuts with a spring in between on mine to take up any little bit of backlash it might have.

                                Yes, mine has a similar spring, and I assume for the same reason.

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

                                  For now, I've settled on this hardware for monitoring the CNC when I'm not in the garage:
                                  0_1519090685699_finalCncHw.jpg
                                  The bottom unit monitors the current that the CNC consumes to determine whether or not the CNC is active. When the CNC transitions from active to inactive, it sends a wireless signal to the battery powered node (above it in the photo), which rings a buzzer to let me know that the CNC has finished.

                                  Since my 3D printer that's on order is also 24 volts, I think there's a good chance this hardware may work with it as well. :)

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

                                    The sorbathane helped a little, maybe, but there's still a lot of vibration. Found this video on how to dampen a 3D printer. It has some Interesting ideas on how to dampen vibrations:
                                    https://www.youtube.com/watch?v=OnfYA5QLA84

                                    The video is aimed at Mk3 i2 owners, but I imagine similar tricks might work for a small CNC such as that discussed on this thread.

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

                                      Based on a file test, it appears that the smooth rod is not hardened. Not sure how much improvement I might see if I upgraded to hardened.

                                      Unfortunately, this thread seems to have fizzled out....

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

                                        Looks as though upgrading to hardened and chromed rods is fairly inexpensive:

                                        https://www.aliexpress.com/item/Optical-Axis-300-380-400-500-mm-Smooth-Rods-8mm-Linear-Shaft-Rail-3D-Printers/32838846750.html?spm=2114.search0204.3.2.7fc04405d43d4M&ws_ab_test=searchweb0_0%2Csearchweb201602_5_10152_10151_10065_10344_10068_10130_10324_10342_10547_10325_10343_10546_10340_10548_10341_10545_10084_10083_10618_10630_10307_5711220_5722320_10313_10059_10534_100031_10629_10103_10626_10625_10624_10623_10622_10621_10620_10142%2Csearchweb201603_2%2CppcSwitch_5_ppcChannel&algo_expid=04efdb04-9516-4d2e-a8d0-ec277a9f66b3-0&algo_pvid=04efdb04-9516-4d2e-a8d0-ec277a9f66b3&priceBeautifyAB=0

                                        So, less sagging in the middle, and maybe less vibration also.

                                        dbemowskD 1 Reply Last reply
                                        0
                                        • NeverDieN NeverDie

                                          Looks as though upgrading to hardened and chromed rods is fairly inexpensive:

                                          https://www.aliexpress.com/item/Optical-Axis-300-380-400-500-mm-Smooth-Rods-8mm-Linear-Shaft-Rail-3D-Printers/32838846750.html?spm=2114.search0204.3.2.7fc04405d43d4M&ws_ab_test=searchweb0_0%2Csearchweb201602_5_10152_10151_10065_10344_10068_10130_10324_10342_10547_10325_10343_10546_10340_10548_10341_10545_10084_10083_10618_10630_10307_5711220_5722320_10313_10059_10534_100031_10629_10103_10626_10625_10624_10623_10622_10621_10620_10142%2Csearchweb201603_2%2CppcSwitch_5_ppcChannel&algo_expid=04efdb04-9516-4d2e-a8d0-ec277a9f66b3-0&algo_pvid=04efdb04-9516-4d2e-a8d0-ec277a9f66b3&priceBeautifyAB=0

                                          So, less sagging in the middle, and maybe less vibration also.

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

                                          @neverdie As part of my CNC build, I have gotten 8mm rods that I pulled out of old scanners and old ink jet printers, I guess I never checked to see if they were hardened or not. How much of a difference would it make?

                                          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
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          17

                                          Online

                                          11.7k

                                          Users

                                          11.2k

                                          Topics

                                          113.0k

                                          Posts


                                          Copyright 2019 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