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.2k 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

    @NeverDie said in CNC PCB milling:

    @NeverDie Not surprisingly, some people are already doing laser ablation of soldermask, and the results are pretty good!
    https://www.youtube.com/watch?v=tTKNvCmdWvc

    I tried shopping for lasers last night, but it's not straight forward. The variables seem be: power, wavelength, focal distance, optics, size of dot, and sharpness of dot. Unfortunately, lasers don't seem to be marketed that way. Instead, the listings seem to assume you can infer that.
    Apparently single mode lasers would be better for this application because they produce better defined dots, but that's the only tidbit of useful information I've so far gleaned. If anyone here with laser experience can make a recommendation for a CNC mountable laser to ablate solder mask, that would be great. Also, is it better to steer the beam by moving the laser around on the CNC as though it were and endmill, or is it better to get a laser with moveable mirrors to direct the beam where it should go? I'm guessing that treating it like an endmill would be the more plug-and-play of the two options, where you simply turn on the laser whenever the z-axis gcode implies the z-axis is below zero, and turn it off when the gcode implies the z-axis would be above zero.

    JoeridemanJ Offline
    JoeridemanJ Offline
    Joerideman
    wrote on last edited by Joerideman
    #810

    @NeverDie I could actually try this out.

    I recently received solder mask paint, both white and green.

    And I have a cheap 3 Chinese Watts uv laser engraver.

    I was thinking that using transparent sheets is the easiest way to go since you have to expose it anyway, but ofcourse that also means more material use.

    NeverDieN 2 Replies Last reply
    1
    • JoeridemanJ Joerideman

      @NeverDie I could actually try this out.

      I recently received solder mask paint, both white and green.

      And I have a cheap 3 Chinese Watts uv laser engraver.

      I was thinking that using transparent sheets is the easiest way to go since you have to expose it anyway, but ofcourse that also means more material use.

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

      @Joerideman said in CNC PCB milling:

      @NeverDie I could actually try this out.

      I recently received solder mask paint, both white and green.

      And I have a cheap UV laser engraver.

      That would be great!

      1 Reply Last reply
      0
      • NeverDieN NeverDie

        @NeverDie said in CNC PCB milling:

        I suppose the GRBL capacitor rating may soon be a moot issue anyway, as the servo42A closed loop driver accepts an input voltage of only 12-24v, and, not surprisingly, it appears to have its own back EMF cap on its driverboard:
        alt text

        The original mechaduino v0.2 accepted up to 35v:
        mechaduino_voltage.png

        So, because the clone that I purchased allows for only 24v input, it's an unfortunate downgrade from the original. :(

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

        @NeverDie said in CNC PCB milling:

        @NeverDie said in CNC PCB milling:

        I suppose the GRBL capacitor rating may soon be a moot issue anyway, as the servo42A closed loop driver accepts an input voltage of only 12-24v, and, not surprisingly, it appears to have its own back EMF cap on its driverboard:
        alt text

        The original mechaduino v0.2 accepted up to 35v:
        mechaduino_voltage.png

        So, because the clone that I purchased allows for only 24v input, it's an unfortunate downgrade from the original. :(

        Reporting back: it turns out the voltage issue is moot. After playing around with a NEMA 17 and a DRV8255 driver, it turns out the NEMA 17 doesn't behave well at higher voltages anyway. At the higher voltages it's prone to resonating and not even turning. Also, unlike the original NEMA 17's, the "upgraded" NEMA 17's don't seem to perform well at 12v either. Rather, 24v seems to be more or less the sweet spot, and at a current that's around a little more half its rated maximum. So that was quite a surprise, at least to me. Also, even with the copper finned heatsinks, and the reduced voltages and currents, the DRV8255's get quite hot! If I'm going to run the upgraded steppers from stepsticks, I think I'm probably going to need to fan cooling in addition to the heatsinks. I wonder if I'll have to add some kind of heatsinks and fan cooling to the closed loop steppers as well?

        I guess, if need be, I could either "downgrade" back to the original, smaller NEMA 17's that came with the kit, or else upgrade to TMC5160's (which run cooler) to better support the higher torque "upgraded" NEMA 17's. In the worst case I would shift to the standalone drivers discussed earlier, each of which comes with massive heatsinks.

        All that said, the present currents are fairly paltry compared to what NEMA 23's consume. I imagine NEMA 23 drivers get very hot indeed!


        Lastly, but importantly, I think I maybe see why my setup is loosing positioning when I jog around manually. Basically, by default GRBL turns off the drivers almost completely at the end of a command rather than maintaining holding torque on them. I'm guessing that may allow some slippage to happen that shouldn't happen during those relaxation periods. It has me curious now as to whether this might also happen while running a lengthy grbl script--maybe during periods when the z-height is locked and not otherwise changing? I guess I'll have to run some tests to find out. I find it hard to believe that GRBL might make a bonehead mistake like that, but.... maybe? Regardless, this would be something that the closed loop drivers could correct for, because their magnetic encoders have quite good resolution. :-) Based on tracking info, I'm pretty sure I'll be receiving them this week.

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

          I never imagined that I would burn out four (4) DRV8825 stepper drivers and two (2) arduinos in just a short stretch of time. Something about this GRBL design makes it ridiculously fragile. And, by the way, the fuse never blew! :stuck_out_tongue_winking_eye: It really might as well be a piece of wire for all the good it's doing. I'm just glad it didn't fry the computer I have connected to it.

          Edit: Good heavens! Here's a similar board, and beware! It's absolutely riddled with fatal flaws:
          https://www.youtube.com/watch?v=U839EbPw-A8

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

            I received the closed loop drivers. It contains a good amount of kit for making the upgrade:
            kit.JPG

            The board is missing the MCU programmer pins, so I presume the MCU is already programmed with at least a bootloader and most likely the full closed loop driver software.

            1 Reply Last reply
            0
            • JoeridemanJ Joerideman

              @NeverDie I could actually try this out.

              I recently received solder mask paint, both white and green.

              And I have a cheap 3 Chinese Watts uv laser engraver.

              I was thinking that using transparent sheets is the easiest way to go since you have to expose it anyway, but ofcourse that also means more material use.

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

              @Joerideman said in CNC PCB milling:

              @NeverDie I could actually try this out.

              I recently received solder mask paint, both white and green.

              And I have a cheap 3 Chinese Watts uv laser engraver.

              I was thinking that using transparent sheets is the easiest way to go since you have to expose it anyway, but ofcourse that also means more material use.

              While you're at it, would you please also try selectively curing the solder mask with your uv laser? If that could be done, I think it might be cleaner all around as compared to laser ablating solder mask that's already cured. For one thing, no fumes from burning to contend with. Also, I'm guessing the output power for curing could be less than for burning, and so maybe it would be safer to use for that reason.

              On my end I found a 405nm laser on ebay with 600mw output power, with an adjustable focus, a focal length of 1 to 5 inches, and with a focus diameter of less than 100 microns. i.e. <0.01mm. I have no idea whether that's powerful enough to do laser ablation, but maybe?

              Is there such a thing as solder mask which is clear to uv light? Anyone know? If not, then I'm guessing the solder mask would have to be applied very thinly, or else the uv light might not be able to penetrate deeply enough toe cure it all the way. So, for that reason, solder mask which is clear to uv light (even after curing) sounds like it would be the best, at least from a curing point of view. From a laser ablation point of view, I presume you would want just the opposite.

              Edit: It turns out optically clear solder mask does exist. OSHPark uses it over their black FR4 substrate to create their "after dark" PCB's. Whether it is also clear to uv, though, I have no idea.

              1 Reply Last reply
              0
              • R Offline
                R Offline
                Renzo Mischianti
                wrote on last edited by
                #816

                Hi all,
                I build my CNC, to do PCB, i started from an old project and I add some addiction and I create the electronic with limit switch probe etc..

                My CNC
                A_set_of_milled_PCB.jpg

                Here my tutorial to build 3D printed CNC
                https://www.mischianti.org/category/tutorial/cyclone-pcb-factory-how-to-build-it/

                And Here the FlatCAM tutorial
                https://www.mischianti.org/category/tutorial/flatcam-complete-tutorial/

                But my first CNC is in my heart :laughing: It's working, and I create a lot of PCB with that...

                My first CNC

                Naturally It's for home use, but I resolved a lot of situation with that.

                Bye RM

                NeverDieN 1 Reply Last reply
                0
                • E Offline
                  E Offline
                  executivul
                  wrote on last edited by executivul
                  #817

                  @NeverDie 100 microns = 0.1mm 1m=1,000milimeters=1,000,000micrometers (microns) 1mm=1,000microns

                  The UV laser solder mask making has some issues:

                  1. for curing with a laser you need a larger spot, imagine a 0.1mm beam scanning a whole 50x50mm pcb, that takes 500 passes to cover the whole board at 0.1mm resolution. A slightly out of focus laser with 0.3mm beam is more likely to get the job done faster and more uniform. To get the best results using cheap kinematics is best to "scan" the board with some margins for acceleration and deceleration, any attempt at vector cutting the shapes results in a lot of positional error due to backlash and slacks in the kinematics of these kind of laser.
                  2. reflections, the stronger the uv the more it will flare and reflect and the reflections will cure adiacent regions, maybe some which should not get cured, a weak laser is preferred, 50mW or even less, to reduce flaring and reflections.
                  3. burning away already cured paint.... I don't really know if it's possible, the UV paint is made to get cured by UV, not burned, you either need a very strong laser or a different wavelength, maybe CO2 laser. I happen to have a CO2 40W laser but never tried to burn already cured solder mask away.
                  4. focusing and perpendicularity, a slightly not perpendicular beam has an oval shape and the vertical/horizontal size is thrown off, also slight height differences in substrate can and will make the focus spot bigger/smaller as the beam is a cone and you intersect it higher or lower.

                  LE. I would get an EleksMaker 405nm 500mw laser and start from there. https://www.banggood.com/EleksMaker-EL01-500-405nm-500mW-Blue-Violet-Laser-Module-PWM-Modulation-2_54-3P-DIY-Engraver-p-1287791.html?rmmds=search&cur_warehouse=CN

                  1 Reply Last reply
                  1
                  • JoeridemanJ Offline
                    JoeridemanJ Offline
                    Joerideman
                    wrote on last edited by Joerideman
                    #818

                    I just started with my first UV mask experience.

                    Following a YouTube video about how to apply the paint. I use a transparent sheet anyway to put the paint on. If I had printed the pads on there before exposing than my only task would have been to rinse it after a minute.

                    Either way, first test to apply it failed. Better cleaning next time.

                    So far... I find it difficult to apply the paint. And I find it difficult to expose the paint and then remove it again.

                    Edit: I have already reached the tenth test. So I am starting to root for the laser. although aligning will be very difficult.

                    Edit again: Exposing uv paint is problematic. It worked a bit, but I think I will have to experiment with curing times. It is far less forgiving than exposing pcb's. On the other hand... I now understand why they use there mill for this.

                    I am a bit out of material to put the paint on, and out of patience. The laser will have to come later. I am not so experienced yet using that thing. It takes a bit of time to set it up.

                    NeverDieN 1 Reply Last reply
                    0
                    • JoeridemanJ Joerideman

                      I just started with my first UV mask experience.

                      Following a YouTube video about how to apply the paint. I use a transparent sheet anyway to put the paint on. If I had printed the pads on there before exposing than my only task would have been to rinse it after a minute.

                      Either way, first test to apply it failed. Better cleaning next time.

                      So far... I find it difficult to apply the paint. And I find it difficult to expose the paint and then remove it again.

                      Edit: I have already reached the tenth test. So I am starting to root for the laser. although aligning will be very difficult.

                      Edit again: Exposing uv paint is problematic. It worked a bit, but I think I will have to experiment with curing times. It is far less forgiving than exposing pcb's. On the other hand... I now understand why they use there mill for this.

                      I am a bit out of material to put the paint on, and out of patience. The laser will have to come later. I am not so experienced yet using that thing. It takes a bit of time to set it up.

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

                      @Joerideman said in CNC PCB milling:

                      I just started with my first UV mask experience.

                      Following a YouTube video about how to apply the paint. I use a transparent sheet anyway to put the paint on. If I had printed the pads on there before exposing than my only task would have been to rinse it after a minute.

                      Either way, first test to apply it failed. Better cleaning next time.

                      So far... I find it difficult to apply the paint. And I find it difficult to expose the paint and then remove it again.

                      Edit: I have already reached the tenth test. So I am starting to root for the laser. although aligning will be very difficult.

                      Edit again: Exposing uv paint is problematic. It worked a bit, but I think I will have to experiment with curing times. It is far less forgiving than exposing pcb's. On the other hand... I now understand why they use there mill for this.

                      I am a bit out of material to put the paint on, and out of patience. The laser will have to come later. I am not so experienced yet using that thing. It takes a bit of time to set it up.

                      You might want to try a drawdown bar to get a precise, uniform, and repeatable (!) film thickness:
                      alt text

                      There are different types of coating bars. Some have adjustable heights. They all work on the same principle. You'd have to account for the height of your PCB, instead of the height of paper or a drawdown card, but aside from that it should work the same. They are essentially screeds. You probably want to aim for a thickness above the copper of about 0.5mm. I've seen youtube videos where people try to achieve that by just eyeballing it, but good luck with that.

                      JoeridemanJ NeverDieN 2 Replies Last reply
                      0
                      • R Renzo Mischianti

                        Hi all,
                        I build my CNC, to do PCB, i started from an old project and I add some addiction and I create the electronic with limit switch probe etc..

                        My CNC
                        A_set_of_milled_PCB.jpg

                        Here my tutorial to build 3D printed CNC
                        https://www.mischianti.org/category/tutorial/cyclone-pcb-factory-how-to-build-it/

                        And Here the FlatCAM tutorial
                        https://www.mischianti.org/category/tutorial/flatcam-complete-tutorial/

                        But my first CNC is in my heart :laughing: It's working, and I create a lot of PCB with that...

                        My first CNC

                        Naturally It's for home use, but I resolved a lot of situation with that.

                        Bye RM

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

                        @Renzo-Mischianti Thanks for your post. Looks like you've been quite a busy bee. ;-)
                        Have you had any success with solder mask?

                        R 1 Reply Last reply
                        0
                        • NeverDieN NeverDie

                          @Joerideman said in CNC PCB milling:

                          I just started with my first UV mask experience.

                          Following a YouTube video about how to apply the paint. I use a transparent sheet anyway to put the paint on. If I had printed the pads on there before exposing than my only task would have been to rinse it after a minute.

                          Either way, first test to apply it failed. Better cleaning next time.

                          So far... I find it difficult to apply the paint. And I find it difficult to expose the paint and then remove it again.

                          Edit: I have already reached the tenth test. So I am starting to root for the laser. although aligning will be very difficult.

                          Edit again: Exposing uv paint is problematic. It worked a bit, but I think I will have to experiment with curing times. It is far less forgiving than exposing pcb's. On the other hand... I now understand why they use there mill for this.

                          I am a bit out of material to put the paint on, and out of patience. The laser will have to come later. I am not so experienced yet using that thing. It takes a bit of time to set it up.

                          You might want to try a drawdown bar to get a precise, uniform, and repeatable (!) film thickness:
                          alt text

                          There are different types of coating bars. Some have adjustable heights. They all work on the same principle. You'd have to account for the height of your PCB, instead of the height of paper or a drawdown card, but aside from that it should work the same. They are essentially screeds. You probably want to aim for a thickness above the copper of about 0.5mm. I've seen youtube videos where people try to achieve that by just eyeballing it, but good luck with that.

                          JoeridemanJ Offline
                          JoeridemanJ Offline
                          Joerideman
                          wrote on last edited by Joerideman
                          #821

                          @NeverDie for lack of such a roll I have tried another idea I found on YouTube.

                          I used my laminator to spread out the paint. It gives not that perfect result that you see on factory prints but I was able to expose it for 30s and then a minute of cleaning and then another 2 minutes of exposing.

                          It is a very solid and well formed layer. Very scratch resistant. IMG_20200826_005709.jpg

                          I will have another go on the other side to see if this is repeatable.

                          Edit:

                          This is very repeatable. I tried scrubbing with alcohol first but aceton might be a bit better.

                          The letters are less than 0,4mm wide.

                          After scrubbing I exposed everything for another 3 minutes and than it seems to be scratch resistant.

                          IMG_20200826_012901.jpg

                          So while I have not yet tested laser exposure or laser engraving, I have now tested a potential reliable way of applying the paint.

                          NeverDieN 1 Reply Last reply
                          1
                          • JoeridemanJ Joerideman

                            @NeverDie for lack of such a roll I have tried another idea I found on YouTube.

                            I used my laminator to spread out the paint. It gives not that perfect result that you see on factory prints but I was able to expose it for 30s and then a minute of cleaning and then another 2 minutes of exposing.

                            It is a very solid and well formed layer. Very scratch resistant. IMG_20200826_005709.jpg

                            I will have another go on the other side to see if this is repeatable.

                            Edit:

                            This is very repeatable. I tried scrubbing with alcohol first but aceton might be a bit better.

                            The letters are less than 0,4mm wide.

                            After scrubbing I exposed everything for another 3 minutes and than it seems to be scratch resistant.

                            IMG_20200826_012901.jpg

                            So while I have not yet tested laser exposure or laser engraving, I have now tested a potential reliable way of applying the paint.

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

                            @Joerideman Looks promising.

                            What is it that you put down on top of the solder mask before putting it into the laminator? I guess some kind of acetate with a black uv mask printed on it?

                            How many passes through the laminator?

                            JoeridemanJ 1 Reply Last reply
                            0
                            • NeverDieN NeverDie

                              @Joerideman said in CNC PCB milling:

                              I just started with my first UV mask experience.

                              Following a YouTube video about how to apply the paint. I use a transparent sheet anyway to put the paint on. If I had printed the pads on there before exposing than my only task would have been to rinse it after a minute.

                              Either way, first test to apply it failed. Better cleaning next time.

                              So far... I find it difficult to apply the paint. And I find it difficult to expose the paint and then remove it again.

                              Edit: I have already reached the tenth test. So I am starting to root for the laser. although aligning will be very difficult.

                              Edit again: Exposing uv paint is problematic. It worked a bit, but I think I will have to experiment with curing times. It is far less forgiving than exposing pcb's. On the other hand... I now understand why they use there mill for this.

                              I am a bit out of material to put the paint on, and out of patience. The laser will have to come later. I am not so experienced yet using that thing. It takes a bit of time to set it up.

                              You might want to try a drawdown bar to get a precise, uniform, and repeatable (!) film thickness:
                              alt text

                              There are different types of coating bars. Some have adjustable heights. They all work on the same principle. You'd have to account for the height of your PCB, instead of the height of paper or a drawdown card, but aside from that it should work the same. They are essentially screeds. You probably want to aim for a thickness above the copper of about 0.5mm. I've seen youtube videos where people try to achieve that by just eyeballing it, but good luck with that.

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

                              @NeverDie said in CNC PCB milling:

                              You probably want to aim for a thickness above the copper of about 0.5mm

                              Correction: I should have said 0.5 mils.

                              That's according to altium: https://resources.altium.com/p/how-choose-correct-solder-mask-your-pcb#:~:text=The typical solder mask thickness,solder mask over your traces.

                              However, I'm not sure if they're referring to wet film thickness or dry film thickness. I guess with uv cured paint it maybe would be the same either way?

                              NeverDieN 1 Reply Last reply
                              0
                              • NeverDieN NeverDie

                                @Joerideman Looks promising.

                                What is it that you put down on top of the solder mask before putting it into the laminator? I guess some kind of acetate with a black uv mask printed on it?

                                How many passes through the laminator?

                                JoeridemanJ Offline
                                JoeridemanJ Offline
                                Joerideman
                                wrote on last edited by
                                #824

                                @NeverDie

                                You know I was just considering if it was worth it to film the process. But I think this will be a bit to much work. I will have to at least clear my desk for it to be presentable :-).

                                I but the PCB in a polypropylene A4 sized folder. It is thin material and the paint does not really want to stick on it.

                                The transparent sheets I use for printing the design on are made for inkjet printers. The paint sticks very well to this so the Polypropylene is very important.

                                Than only once I let it go trough the laminator. I have to make sure that it actually goes through it does not really want to on it's own.

                                NeverDieN 1 Reply Last reply
                                1
                                • JoeridemanJ Joerideman

                                  @NeverDie

                                  You know I was just considering if it was worth it to film the process. But I think this will be a bit to much work. I will have to at least clear my desk for it to be presentable :-).

                                  I but the PCB in a polypropylene A4 sized folder. It is thin material and the paint does not really want to stick on it.

                                  The transparent sheets I use for printing the design on are made for inkjet printers. The paint sticks very well to this so the Polypropylene is very important.

                                  Than only once I let it go trough the laminator. I have to make sure that it actually goes through it does not really want to on it's own.

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

                                  @Joerideman So, I presume the uv mask with your printing and artwork goes on top of the polypropylene folder cover? If so, maybe that accounts for the little bit of the fuzziness.

                                  I found a drawdown bar for the prescribed 0.5 mil thickness, but it's not cheap:
                                  https://www.byk-instruments.com/us/en/Physical-Properties/Paint-Application/Manual-Film-Applicators/Bird-Type-Film-Applicators/Single-Bar-6"%2C-0-5-mils/p/5561
                                  Maybe there's something cheaper from China.

                                  If your PCB had enough margin on it, then the drawdown bar could index the 0.5 mil height directly to the PCB, which might be the easiest for this type of screeding.

                                  JoeridemanJ 1 Reply Last reply
                                  0
                                  • NeverDieN NeverDie

                                    @Joerideman So, I presume the uv mask with your printing and artwork goes on top of the polypropylene folder cover? If so, maybe that accounts for the little bit of the fuzziness.

                                    I found a drawdown bar for the prescribed 0.5 mil thickness, but it's not cheap:
                                    https://www.byk-instruments.com/us/en/Physical-Properties/Paint-Application/Manual-Film-Applicators/Bird-Type-Film-Applicators/Single-Bar-6"%2C-0-5-mils/p/5561
                                    Maybe there's something cheaper from China.

                                    If your PCB had enough margin on it, then the drawdown bar could index the 0.5 mil height directly to the PCB, which might be the easiest for this type of screeding.

                                    JoeridemanJ Offline
                                    JoeridemanJ Offline
                                    Joerideman
                                    wrote on last edited by Joerideman
                                    #826

                                    @NeverDie
                                    Ah yes the artwork comes on top of that.

                                    I measured the paint thickness with a topcraft caliper. It shows 0,05mm or around 2 mils.

                                    Even if you do manage to get that perfect layer thickness. There might still be the problem of the paint sticking to the artwork more than to the PCB.

                                    This might be different though if the layer is thinner.

                                    I think I can live with how fuzzy it is.

                                    https://youtu.be/T56wuO43lW4
                                    The linked video shows how to make a rod.

                                    NeverDieN 2 Replies Last reply
                                    0
                                    • JoeridemanJ Joerideman

                                      @NeverDie
                                      Ah yes the artwork comes on top of that.

                                      I measured the paint thickness with a topcraft caliper. It shows 0,05mm or around 2 mils.

                                      Even if you do manage to get that perfect layer thickness. There might still be the problem of the paint sticking to the artwork more than to the PCB.

                                      This might be different though if the layer is thinner.

                                      I think I can live with how fuzzy it is.

                                      https://youtu.be/T56wuO43lW4
                                      The linked video shows how to make a rod.

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

                                      Yeah, the fuzziness isn't bad at all.

                                      @Joerideman said in CNC PCB milling:

                                      https://youtu.be/T56wuO43lW4
                                      The linked video shows how to make a rod.

                                      Thanks for the link. Interesting. Hadn't heard of this technique before. I would have thought that the wire would create artifacts.

                                      All the drawdown bars I'm familiar with are completely smooth. No wires.

                                      1 Reply Last reply
                                      0
                                      • JoeridemanJ Joerideman

                                        @NeverDie
                                        Ah yes the artwork comes on top of that.

                                        I measured the paint thickness with a topcraft caliper. It shows 0,05mm or around 2 mils.

                                        Even if you do manage to get that perfect layer thickness. There might still be the problem of the paint sticking to the artwork more than to the PCB.

                                        This might be different though if the layer is thinner.

                                        I think I can live with how fuzzy it is.

                                        https://youtu.be/T56wuO43lW4
                                        The linked video shows how to make a rod.

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

                                        @Joerideman said in CNC PCB milling:

                                        I measured the paint thickness with a topcraft caliper. It shows 0,05mm or around 20 mils.

                                        By my rekoning, 0.05mm equals about 2 mils, not 20, since 1 mil = 0.001" by definition. Given how you got there, that's pretty close to the target! Did it cure all the way through? Maybe the 0.5mil spec quoted by Altium is just a minimum value.

                                        It looks as though PCB fabs may actually spray it on:
                                        solder_mask_thickness.png
                                        https://www.eurocircuits.com/sm-solder-mask/
                                        and so they spray it on thicker if the copper laminate is thicker. On top of that, being an industrial process they're probably tuned to spray on the least amount that will still get the job done (to save material cost), so I'm not sure how much we can extrapolate from their metrics.

                                        Without other references, but recognizing their profit motive, I'm inclined to take their 0.5 mil as a minimum thickness. The question then is: what can be the maximum thickness and have it still work out well? i.e. still cure all the way through. If the troughs were deep enough, maybe you wouldn't even need a solder paste template: perhaps you could just squeegee on the solder paste to fill the voids left in the solder mask and squeege off the rest? Since with our process we're screeding it on rather than spraying it on, maybe that's an option we have that the professional fabs can't match. If it were possible, it would be a nice two-for-one bonus: solder mask and solder paste template all-in-one!


                                        Edit: As another datapoint, dynamask comes in a 3mil and 4 mil thickness. In their case, though, it says they use a polyethelene release film instead of the polypropylene you're having good luck with:

                                        Dynamask 5000 series film is a transparent, high gloss forest green material which is supplied in

                                        thicknesses of 75 microns (3mils) and 100 microns (4 mils) the film is supplied in several widths and a roll

                                        length of 100 mtrs.

                                        Like most other dry film products the photopolymer is sandwiched between a 25 micron(1.0mil) polyester

                                        support sheet and a 25 micron (1mil) polyethylene release sheet..
                                        https://www.ebay.com/itm/Dry-film-solder-Dynamsk-5000-0-3m-x-1m-/282595757649

                                        I ordered some dynamask yesterday just to give it a try, but it will take 2 or 3 weeks to get here.

                                        Lots of interesting recommendations in their instructions. Definitely worth a read. For instance, it looks as though they recommend the copper should be cleaned with hydrochloric acid, and then they want you to scratch it up with pumice. so that the scratches score to a depth of 2 to 4 microns. I presume the aim is to clear away corrosion and to give the dynamask something to key into and help it stick. Maybe the same would also help with getting the Mechanics uv paint to stick to the copper in preference to whatever release sheet is being used, so that it's less likely to peel off with the release sheet. Assuming the mask is fully cured, then if it's a tug-of-war, the stronger bond wins.

                                        They also recommend vacuum lamination over rolled lamination to avoid air bubbles. Of course, they're stating an ideal. Maybe putting it into a vacuum chamber for a while before roller laminating it would be a compromise. Or maybe I should sell my vacuum chamber and use the money to buy a vacuum laminator from aliexpress. On first look there are quite a few which aren't super expensive, although they're still multiples of what a cheap hot roller laminator would cost. @Joerideman It's hard to tell from your photos: did you find that air bubbles were a problem at all using the Mechanics uv solder mask paint?


                                        Edit: Inspired by @Joerideman I ordered a couple different polypropylene sleeves:

                                        https://smile.amazon.com/gp/product/B083LN26WD/ref=ppx_yo_dt_b_asin_title_o00_s00?ie=UTF8&psc=1
                                        which advertise being "non-stick"

                                        and some much thicker:
                                        https://smile.amazon.com/gp/product/B07C28PPL6/ref=ppx_yo_dt_b_asin_title_o00_s00?ie=UTF8&psc=1

                                        Unfortunately, they aren't due to arrive until Monday.

                                        Meanwhile I'll try to figure out if there are any easily available abrasives or grits that are the equal of the "3F brush pumice" recommended by dynamask for scratching up a PCB's copper.

                                        Edit: looks as though 2000-3000 grit sand paper would be roughly equivalent. Due to the unfortunate way grits are defined (where 20% of the particles can be larger than the nominal grit size), it's probably better to start with 3000 or 2500 grit. Maybe better would be to use something like 3M Trizact, where the abrassive particles are of a more uniform size.

                                        1 Reply Last reply
                                        0
                                        • E Offline
                                          E Offline
                                          executivul
                                          wrote on last edited by executivul
                                          #829

                                          In my experiments the best results I got were using a rubber roller with a handle, the film is 0.1-0.2mm thick but that is no problem for the home made led uv exposure box to cure. Here is something similar, unfortunetly mine got lost a while ago when moving out.
                                          alt text
                                          I clean the boards after milling with some Scotch Brite metal sponge and the abrasive part of a dish washing Scotch Brite sponge, this also removes the small burs along milled traces. Wash with some IPA in the end and the paint gets good adhesion to the board.

                                          The hurdles of getting the uv mask aligned, printed dark enough (damn these new eco printers) makes me want to build a laser for doing this kind of curing. I've just saw a great video of a UV laser using a spinning mirror from a printer, that would make the scanning of the board so much faster.

                                          https://www.youtube.com/watch?v=G9-JK2Nc7w0

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


                                          10

                                          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