PCB Filled Zone

by Robotics team in Circuits > Electronics

242 Views, 0 Favorites, 0 Comments

PCB Filled Zone

Capture.PNG

Definition:

In electronics, the term copper pour refers to an area on a printed circuit board filled with copper(the metal used to make connections in printed circuit boards). Copper pour is commonly used to create a ground plane. Another reason for using copper pour is to reduce the amount of etching fluid used during manufacturing.

A copper pour or fill refers to an area on a printed circuit board where the original copper is not etched away, and remains in place, usually electrically connected to the Ground signal, producing a “Ground Plane”. This has a number of advantages, including decreasing the amount of etching fluid required during manufacturing, as well as reducing the amount of electrical noise and signal cross talk experienced by the circuit elements.

Drawing Pcb Filled Zone on Kicad

Capture.PNG
sss.PNG
3.PNG
4.PNG
5.PNG
Introduction to KiCad course (Copper Fills)

It is relatively easy to create a copper fill in Kicad. We usually add fills after having already drawn in the PCB outline in the Edges layer.

  1. First, ensure that you have selected one of the copper layers (such as “Front” or “F.Cu”). Then, select the “Add Filled Zones” from the toolbar on the right side of the screen.(figure-1-)
  2. Next, click in one corner of the PCB outline to start drawing the copper fill.(figure-2-)
  3. Once you click in the first corner, the properties in (figure-3-) box will appear:

  • Select the relevant copper layer (here, either “F.Cu” or “B.Cu”) and the desired net for the fill (usually you want “GND”, but sometimes you might want some other net, or “” which will make an isolated copper fill).
  • The settings in the bottom half are important for controlling the drawing of the filled area as well as the “thermals”.
  • One potential problem with adding ground fill is that the ground pads will become very difficult to solder, as the ground plane will suck away all the heat from your soldering iron, and the pad won’t ever heat up hot enough for the solder to flow. To avoid this problem, you almost always want to add “thermal relief” to your ground pads, which means there is a keep-out area adjacent to each ground pad where there is no fill, and instead each ground pad is connected by a number of thinner traces. This still provides a very good electrical connection for the ground pad, but makes it much easier to solder.
  • The “Clearance” setting controls the general clearance between the filled area and pads/traces of other nets.
  • The “Minimum width” setting controls the thinnest that the fill can be when flowing around other pads/traces.
  • The “Thermal Reliefs” settings control the clearance around the ground pads (0.040″ here) and the width of the traces connecting from the fill to the ground pads (0.009″ here). We’ve found these settings to work pretty well for most of our projects. You also want to select “Arbitrary” for the “Outline Slope” setting to make it easier to draw the zone outline. Click “OK” to close this window and continue drawing the fill outline.

4.Once you have closed the zone properties window, click once in each of the other three corners (in order) on the board outline. Then, to complete the final segment, double-click on the original corner to end the zone. You should see red or green hatching (depending on which copper layer you used) on the edges of your PCB indicating the filled region, as shown in the image below.(figure-4-)

5.Generally you want to have a copper fill on both the top and bottom of the PCB. To add the fill on the other side, the easiest way is to right-click on the existing board edge, select “Zone outline”, then go to “Zones”->”Duplicate Zone”. This brings up the zone properties box for the new zone, so select the other copper layer and press “OK”.

To see the copper fills in your design, click on the “Show filled areas in zones” button, the 10th button in the left-size toolbar. The button below that will hide the fills. Then, you can run the DRC tool (Ladybug Check mark in the top toolbar) which will fill all your zones. You should see something like the(figure-5-). The brown-yellow color is the combination of red (top side) and green (bottom side) copper fills. We can see the 20 mil clearance between the fill and non-ground copper, and the larger 40 mil clearance between the fill and GND pads.