Updated transparencies (markdown)

This commit is contained in:
Mark van Renswoude 2018-11-10 11:27:53 +01:00
parent 74ea7054b9
commit 17c8fa17ca
1 changed files with 42 additions and 2 deletions

View File

@ -9,7 +9,7 @@ ___
# Designing the circuit board
I use KiCad ([[http://kicad-pcb.org/]]) for the schematic and board design. It has the typical open-source quirks, and there are easier online options as well, but I prefer it nonetheless. I won't write up a full blown tutorial at this point, but here are some tips and tricks:
## Make sure you select the right copper layer, especially for through-hole components
## Select the right copper layer, especially for through-hole components
Seems like a no-brainer, but I've found myself working for an hour on a layout only to realise I should've put the tracks for the through-hole components on the back copper layer (B.Cu). You can change the layer a track is on, but it's a hassle to do for an entire board.
You can also correct this using the "Mirror" option when plotting, but it's best to be consistent.
@ -17,4 +17,44 @@ You can also correct this using the "Mirror" option when plotting, but it's best
## Many symbols and footprints have already been created
If you find a symbol or footprint is missing from the standard library, Google for the part name for KiCad. There's plenty of GitHub repositories with components. I recommend placing them in the project folder and including it as a project-specific library.
Another good source of free symbols and footprints is [[https://www.snapeda.com/]]. You can create an account for free, and they offer free downloads in KiCad format for many components.
Another good source of free symbols and footprints is [[https://www.snapeda.com/]]. You can create an account for free, and they offer free downloads in KiCad format for many components.
# Plotting
I don't like to use KiCad's built-in Print option because it is limited to printing the layers in their position in the document. Instead I use the Plot option to output PDF files. These files can then be opened in Illustrator or the free Inkscape software ([[https://inkscape.org/]]) to position them on the page and compose multiple layers on a single sheet.
After printing the transparency it is a good idea to grab the components and match them against the print to see if the sizes match, because I've selected the wrong footprint in the design process more than once. I may have even etched and drilled a board before I figured out I accidentally selected the wide DIP package instead of a normal DIP. That was definitely a waste of time and material, but a very valuable lesson to always double-check along the way :-)
## Back copper
Select the B.Cu layer and optionally Edge.Cuts if you want the edges to show up as copper lines.
[[transparencies/plot-b.cu.png]]
| --- | --- | --- |
| Mirrored plot | Off | This will print the layer as though looking at it from the front, which means the printed side of the transparency can be directly on the film for the best results |
| Negative plot | On | Copper areas and tracks will come out as white and let the UV light through, curing the photosensitive film in those areas and protecting them from being etched |
| Drill marks | None / Small | Optional. If enabled, through-hole pads will have a small drill mark etched which makes it easier to guide the drill to the correct spot. |
## Front copper
Select the F.Cu layer and optionally Edge.Cuts
[[transparencies/plot-f.cu.png]]
| --- | --- | --- |
| Mirrored plot | On | This will print the layer as though looking at it from the back, which means the printed side of the transparency can be directly on the film for the best results |
| Negative plot | On | Copper areas and tracks will come out as white and let the UV light through, curing the photosensitive film in those areas and protecting them from being etched |
| Drill marks | None / Small | Optional. If enabled, through-hole pads will have a small drill mark etched which makes it easier to guide the drill to the correct spot. |
## Back solder mask
Select the B.Mask layer
| --- | --- | --- |
| Mirrored plot | Off | See Back copper |
| Negative plot | Off | Pads will come out as black and block the UV light from curing the paint |
## Back solder mask
Select the F.Mask layer
| --- | --- | --- |
| Mirrored plot | On | See Front copper |
| Negative plot | Off | Pads will come out as black and block the UV light from curing the paint |