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.7k 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
    #468

    It's funny, because I redid the soldering using an altogether new board, and it failed in exactly the same place:
    0_1516837780290_refail.jpg
    This time, though, you can actually see the copper trace has curled up away from the board.

    dbemowskD 1 Reply Last reply
    0
    • NeverDieN NeverDie

      It's funny, because I redid the soldering using an altogether new board, and it failed in exactly the same place:
      0_1516837780290_refail.jpg
      This time, though, you can actually see the copper trace has curled up away from the board.

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

      @neverdie It is quite odd that that one did it and some of the others didn't on that side of the board. Looking at your previous image, the pads and traces on the side marked in green look noticeably larger than the ones marked in red. Look at the ones marked with the blue arrow. It looks like those should, or at least could be the same size. Your thru hole pads on the left for the breakout headers also look smaller than the ones on the right. Shouldn't the two sides be a mirror image of each other?
      0_1516838909597_613075bd-af72-4a92-8663-eb4012fe714a-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

        @neverdie It is quite odd that that one did it and some of the others didn't on that side of the board. Looking at your previous image, the pads and traces on the side marked in green look noticeably larger than the ones marked in red. Look at the ones marked with the blue arrow. It looks like those should, or at least could be the same size. Your thru hole pads on the left for the breakout headers also look smaller than the ones on the right. Shouldn't the two sides be a mirror image of each other?
        0_1516838909597_613075bd-af72-4a92-8663-eb4012fe714a-image.png

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

        @dbemowsk It's because the left side of the board is higher than the righthand side, and apparently the autoleveling isn't working all that precisely.

        dbemowskD 1 Reply Last reply
        0
        • NeverDieN NeverDie

          @dbemowsk It's because the left side of the board is higher than the righthand side, and apparently the autoleveling isn't working all that precisely.

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

          @neverdie I can see that the left side looks like it cut deeper, which would cause that. I still think it is the thin traces though. Can you do any manual leveling of the bed? If so, I would attempt that. My Anet A8 3D printer, though not a CNC, is all manual leveling and I do have to check it from time to time.

          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
          1
          • dbemowskD dbemowsk

            @neverdie I can see that the left side looks like it cut deeper, which would cause that. I still think it is the thin traces though. Can you do any manual leveling of the bed? If so, I would attempt that. My Anet A8 3D printer, though not a CNC, is all manual leveling and I do have to check it from time to time.

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

            @dbemowsk said in CNC PCB milling:

            @neverdie I can see that the left side looks like it cut deeper, which would cause that. I still think it is the thin traces though. Can you do any manual leveling of the bed? If so, I would attempt that. My Anet A8 3D printer, though not a CNC, is all manual leveling and I do have to check it from time to time.

            I suppose I could shim under the sacrifice board with slips of paper to get the right height.

            I would have thought that the autoleveling would have accurately compensated though. Not sure why it isn't, especially if I'm autoleveling at 2mm spacing. Maybe this is an area where a future version of the GRBL driver will get it right.

            E dbemowskD andrewA 3 Replies Last reply
            0
            • NeverDieN NeverDie

              @dbemowsk said in CNC PCB milling:

              @neverdie I can see that the left side looks like it cut deeper, which would cause that. I still think it is the thin traces though. Can you do any manual leveling of the bed? If so, I would attempt that. My Anet A8 3D printer, though not a CNC, is all manual leveling and I do have to check it from time to time.

              I suppose I could shim under the sacrifice board with slips of paper to get the right height.

              I would have thought that the autoleveling would have accurately compensated though. Not sure why it isn't, especially if I'm autoleveling at 2mm spacing. Maybe this is an area where a future version of the GRBL driver will get it right.

              E Offline
              E Offline
              executivul
              wrote on last edited by executivul
              #473

              @neverdie cnc milling auto leveling is not like 3d printing bed leveling.
              In 3d printing the firmware probes the bed, stores the values and automagically compensates at every move.
              In cnc milling the host control software asks the grbl to move and probe each point, then it modifies the gcode accordingly and sends that gcode to the controller which in turn just moves in the xyz coordinate system.
              Now, are you sure your gcode is updated to reflect the leveling?
              Normal flatcam gcode has a few Z-0.1 moves, the rest are only G1X...Y... (without Z) and autoleveled gcode has almost every move with z, like G1X...Y...Z.... Chilipeppr also adds some comments at the end of the lines like "new Z" or "Z mod".
              If you run the autoleveling probing but do not hit "send autoleveled gcode to workspace" in CP or "apply height map" in OpenCNCPilot the probing is useless.

              dbemowskD 1 Reply Last reply
              0
              • NeverDieN NeverDie

                @dbemowsk said in CNC PCB milling:

                @neverdie I can see that the left side looks like it cut deeper, which would cause that. I still think it is the thin traces though. Can you do any manual leveling of the bed? If so, I would attempt that. My Anet A8 3D printer, though not a CNC, is all manual leveling and I do have to check it from time to time.

                I suppose I could shim under the sacrifice board with slips of paper to get the right height.

                I would have thought that the autoleveling would have accurately compensated though. Not sure why it isn't, especially if I'm autoleveling at 2mm spacing. Maybe this is an area where a future version of the GRBL driver will get it right.

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

                @neverdie I just wasn't sure if your CNC had any way of manually leveling the bed. My 3D printer has screws in the 4 corners of the bed for me to manually level. I have been sticking to manual leveling on it because I have heard of people that have switched to auto-leveling that have had a number of problems. Maybe you need to switch to a different type of auto-leveling sensor.

                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/

                E 1 Reply Last reply
                0
                • E executivul

                  @neverdie cnc milling auto leveling is not like 3d printing bed leveling.
                  In 3d printing the firmware probes the bed, stores the values and automagically compensates at every move.
                  In cnc milling the host control software asks the grbl to move and probe each point, then it modifies the gcode accordingly and sends that gcode to the controller which in turn just moves in the xyz coordinate system.
                  Now, are you sure your gcode is updated to reflect the leveling?
                  Normal flatcam gcode has a few Z-0.1 moves, the rest are only G1X...Y... (without Z) and autoleveled gcode has almost every move with z, like G1X...Y...Z.... Chilipeppr also adds some comments at the end of the lines like "new Z" or "Z mod".
                  If you run the autoleveling probing but do not hit "send autoleveled gcode to workspace" in CP or "apply height map" in OpenCNCPilot the probing is useless.

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

                  @executivul Interesting. I did not know this. That is quite different.

                  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 dbemowsk

                    @neverdie I just wasn't sure if your CNC had any way of manually leveling the bed. My 3D printer has screws in the 4 corners of the bed for me to manually level. I have been sticking to manual leveling on it because I have heard of people that have switched to auto-leveling that have had a number of problems. Maybe you need to switch to a different type of auto-leveling sensor.

                    E Offline
                    E Offline
                    executivul
                    wrote on last edited by executivul
                    #476

                    @dbemowsk said in CNC PCB milling:

                    @neverdie I just wasn't sure if your CNC had any way of manually leveling the bed. My 3D printer has screws in the 4 corners of the bed for me to manually level. I have been sticking to manual leveling on it because I have heard of people that have switched to auto-leveling that have had a number of problems. Maybe you need to switch to a different type of auto-leveling sensor.

                    What firmware? BEST sensor ever = piezo sensor. I get 3 micron accuracy and repeatability. I use it on Marlin 1.1.8 with UBL on a corexy printer and also on a Smoothie delta.

                    dbemowskD 2 Replies Last reply
                    0
                    • E executivul

                      @dbemowsk said in CNC PCB milling:

                      @neverdie I just wasn't sure if your CNC had any way of manually leveling the bed. My 3D printer has screws in the 4 corners of the bed for me to manually level. I have been sticking to manual leveling on it because I have heard of people that have switched to auto-leveling that have had a number of problems. Maybe you need to switch to a different type of auto-leveling sensor.

                      What firmware? BEST sensor ever = piezo sensor. I get 3 micron accuracy and repeatability. I use it on Marlin 1.1.8 with UBL on a corexy printer and also on a Smoothie delta.

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

                      @executivul I don't have a sensor yet. If I was going to switch to one I would have to flash a different firmware on my board. It is a newer version of Marlin.

                      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/

                      E 1 Reply Last reply
                      0
                      • dbemowskD dbemowsk

                        @executivul I don't have a sensor yet. If I was going to switch to one I would have to flash a different firmware on my board. It is a newer version of Marlin.

                        E Offline
                        E Offline
                        executivul
                        wrote on last edited by executivul
                        #478

                        @dbemowsk said in CNC PCB milling:

                        @executivul I don't have a sensor yet. If I was going to switch to one I would have to flash a different firmware on my board. It is a newer version of Marlin.

                        Marlin=Arduino (usually Mega2560). So UBL. What type of printer?

                        1 Reply Last reply
                        0
                        • E executivul

                          @dbemowsk said in CNC PCB milling:

                          @neverdie I just wasn't sure if your CNC had any way of manually leveling the bed. My 3D printer has screws in the 4 corners of the bed for me to manually level. I have been sticking to manual leveling on it because I have heard of people that have switched to auto-leveling that have had a number of problems. Maybe you need to switch to a different type of auto-leveling sensor.

                          What firmware? BEST sensor ever = piezo sensor. I get 3 micron accuracy and repeatability. I use it on Marlin 1.1.8 with UBL on a corexy printer and also on a Smoothie delta.

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

                          @executivul I do manual leveling and I rarely have to level the bed itself.

                          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/

                          E 1 Reply Last reply
                          0
                          • NeverDieN NeverDie

                            @dbemowsk said in CNC PCB milling:

                            @neverdie I can see that the left side looks like it cut deeper, which would cause that. I still think it is the thin traces though. Can you do any manual leveling of the bed? If so, I would attempt that. My Anet A8 3D printer, though not a CNC, is all manual leveling and I do have to check it from time to time.

                            I suppose I could shim under the sacrifice board with slips of paper to get the right height.

                            I would have thought that the autoleveling would have accurately compensated though. Not sure why it isn't, especially if I'm autoleveling at 2mm spacing. Maybe this is an area where a future version of the GRBL driver will get it right.

                            andrewA Offline
                            andrewA Offline
                            andrew
                            wrote on last edited by
                            #480

                            @neverdie for pcb milling a small height difference across the board's area could result in a big negative effect if autoleveling is not performed properly.
                            I would double check your autoleveling process, on the other hand, you could also try to use bed flattening with a bigger endmill tool first, then place the pcb to the flattened area. this could help you to eliminate or decrease the cnc assembly or the sacrificial board caused roughness.

                            for further details please see the following link:
                            http://flatcam.org/manual/procedures.html#bed-flattening

                            NeverDieN 1 Reply Last reply
                            1
                            • dbemowskD dbemowsk

                              @executivul I do manual leveling and I rarely have to level the bed itself.

                              E Offline
                              E Offline
                              executivul
                              wrote on last edited by executivul
                              #481

                              @dbemowsk said in CNC PCB milling:

                              @executivul I do manual leveling and I rarely have to level the bed itself.

                              "If it works don't break it!"

                              To end the offtopic, for anybody interested RepRap forum piezo discussion and https://www.precisionpiezo.co.uk/ the store of the guys who brought the piezo to the world, there are 1:1 clones on aliexpress, but the price is almost the same if you buy only the board and print your own holder and they provide warranty, fast shipping and are really great people so they deserve some support! (I'm not affiliated in any way to their store)

                              LE. @NeverDie if you read this please look up 4-5 posts and tell me if your gcode has the autoleveling

                              NeverDieN dbemowskD 2 Replies Last reply
                              0
                              • E executivul

                                @dbemowsk said in CNC PCB milling:

                                @executivul I do manual leveling and I rarely have to level the bed itself.

                                "If it works don't break it!"

                                To end the offtopic, for anybody interested RepRap forum piezo discussion and https://www.precisionpiezo.co.uk/ the store of the guys who brought the piezo to the world, there are 1:1 clones on aliexpress, but the price is almost the same if you buy only the board and print your own holder and they provide warranty, fast shipping and are really great people so they deserve some support! (I'm not affiliated in any way to their store)

                                LE. @NeverDie if you read this please look up 4-5 posts and tell me if your gcode has the autoleveling

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

                                @executivul said in CNC PCB milling:

                                if you read this please look up 4-5 posts and tell me if your gcode has the autoleveling

                                yes. In Chilipeppr I send the autoleveling to the workspace, at which point it modifies the gcode.

                                1 Reply Last reply
                                1
                                • andrewA andrew

                                  @neverdie for pcb milling a small height difference across the board's area could result in a big negative effect if autoleveling is not performed properly.
                                  I would double check your autoleveling process, on the other hand, you could also try to use bed flattening with a bigger endmill tool first, then place the pcb to the flattened area. this could help you to eliminate or decrease the cnc assembly or the sacrificial board caused roughness.

                                  for further details please see the following link:
                                  http://flatcam.org/manual/procedures.html#bed-flattening

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

                                  @andrew said in CNC PCB milling:

                                  @neverdie for pcb milling a small height difference across the board's area could result in a big negative effect if autoleveling is not performed properly.
                                  I would double check your autoleveling process, on the other hand, you could also try to use bed flattening with a bigger endmill tool first, then place the pcb to the flattened area. this could help you to eliminate or decrease the cnc assembly or the sacrificial board caused roughness.

                                  for further details please see the following link:
                                  http://flatcam.org/manual/procedures.html#bed-flattening

                                  What's the best type of sacrifice board to use if doing bed flattening? Regular wood, or should I stick with particle board or MDF?

                                  andrewA zboblamontZ 2 Replies Last reply
                                  0
                                  • NeverDieN Offline
                                    NeverDieN Offline
                                    NeverDie
                                    Hero Member
                                    wrote on last edited by
                                    #484

                                    It seems the z-height only needs to be off by a small amount (say 0.02mm) to have a noticeably negative effect on the trace width.

                                    1 Reply Last reply
                                    0
                                    • E executivul

                                      @dbemowsk said in CNC PCB milling:

                                      @executivul I do manual leveling and I rarely have to level the bed itself.

                                      "If it works don't break it!"

                                      To end the offtopic, for anybody interested RepRap forum piezo discussion and https://www.precisionpiezo.co.uk/ the store of the guys who brought the piezo to the world, there are 1:1 clones on aliexpress, but the price is almost the same if you buy only the board and print your own holder and they provide warranty, fast shipping and are really great people so they deserve some support! (I'm not affiliated in any way to their store)

                                      LE. @NeverDie if you read this please look up 4-5 posts and tell me if your gcode has the autoleveling

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

                                      @executivul said in CNC PCB milling:

                                      "If it works don't break it!"

                                      Amen to that

                                      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
                                      • NeverDieN NeverDie

                                        @andrew said in CNC PCB milling:

                                        @neverdie for pcb milling a small height difference across the board's area could result in a big negative effect if autoleveling is not performed properly.
                                        I would double check your autoleveling process, on the other hand, you could also try to use bed flattening with a bigger endmill tool first, then place the pcb to the flattened area. this could help you to eliminate or decrease the cnc assembly or the sacrificial board caused roughness.

                                        for further details please see the following link:
                                        http://flatcam.org/manual/procedures.html#bed-flattening

                                        What's the best type of sacrifice board to use if doing bed flattening? Regular wood, or should I stick with particle board or MDF?

                                        andrewA Offline
                                        andrewA Offline
                                        andrew
                                        wrote on last edited by
                                        #486

                                        @neverdie said in CNC PCB milling:

                                        What's the best type of sacrifice board to use if doing bed flattening? Regular wood, or should I stick with particle board or MDF?

                                        I never had to try it, so I don't know. for me the regular wood seems to be logical...

                                        1 Reply Last reply
                                        0
                                        • NeverDieN NeverDie

                                          @andrew said in CNC PCB milling:

                                          @neverdie for pcb milling a small height difference across the board's area could result in a big negative effect if autoleveling is not performed properly.
                                          I would double check your autoleveling process, on the other hand, you could also try to use bed flattening with a bigger endmill tool first, then place the pcb to the flattened area. this could help you to eliminate or decrease the cnc assembly or the sacrificial board caused roughness.

                                          for further details please see the following link:
                                          http://flatcam.org/manual/procedures.html#bed-flattening

                                          What's the best type of sacrifice board to use if doing bed flattening? Regular wood, or should I stick with particle board or MDF?

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

                                          @neverdie Sorry @andrew, wood is not a stable material, it is not inert and changes shape, it breathes if you will.

                                          Artificial materials such as particle board or MDF have a stable matrix, but of the two, MDF is the more uniform and least reactive, hence it's popularity for kitchen cupboards, loudspeaker cases, etc..
                                          It is easily machined, but is hard on the typical router bits, although nowhere near that of HDF.

                                          The bigger problem with mdf is the very fine dust produced when milling or cutting it with power tools, it gets everywhere, including your lungs, and can even get through vacuum cleaners without hepa filters....

                                          I would suggest either a thick MDF or layers glued together, cut the sides to requirements, lock it in place and set a 6 or 8mm router bit for MDF in a collet, and set it to work, ideally outside where you can hose it down after sweeping up and vacuuming.

                                          1 Reply 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.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