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

                                      I think there may be some kind of coating that comes on these PCB's. Maybe it's to prevent corrosion of the copper? It seems to come off using IPA. Here one is before cleaning with IPA:
                                      alt text
                                      And here is the same PCB after cleaning with IPA:
                                      0_1517268674877_cleaned.jpg
                                      Not sure whether it interferes with soldering. Anyone know? For now I'm cleaning it off.

                                      dbemowskD 1 Reply Last reply
                                      0
                                      • NeverDieN NeverDie

                                        I think there may be some kind of coating that comes on these PCB's. Maybe it's to prevent corrosion of the copper? It seems to come off using IPA. Here one is before cleaning with IPA:
                                        alt text
                                        And here is the same PCB after cleaning with IPA:
                                        0_1517268674877_cleaned.jpg
                                        Not sure whether it interferes with soldering. Anyone know? For now I'm cleaning it off.

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

                                        @neverdie Looks like you have that board dialed in...

                                        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
                                          #490

                                          So a CNC question as I build my prototype machine. I have an arduino with CNC shield on order that should arrive tomorrow. My question is, does this allow for a display and keypad for local control or is everything just done through GRBL?
                                          https://www.amazon.com/SODIAL-Arduino-Compatible-DRV8825-StepStick/dp/B074FVTTR7/ref=sr_1_7?s=electronics&ie=UTF8&qid=1517499916&sr=1-7&keywords=arduino+uno+cnc

                                          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/

                                          ben999B 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          8

                                          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