What are these lines in KiCad 6.0 PCB footprint layout?

Thank you for the feedback.

Some simple questions:

  1. did you notice, that any PCM manufacturer was not able to process the standard footprints provided with KICAD?
    Please tell me if your answer is different to “no”.
  2. what are the cost driver of a PCB?
    For me this are:
  • Number of layers
  • board size
  • technology (line width, drill diameter)
    -special items (buried vias, filled vias, …)
    One of the most important thing at the beginning of a project is to select the technology you intend to produce the board. By maintaining the technology design rules the manufacturability is ensured. The standard design rules implemented in KICAD are such that nearly every PCB manufacurer can handle them in a cost effective process. There design rules are applicable to a standard design for low voltage operation. Enhanced technologies allows smaller pitches (line width and space) even into the range of the IPC limits and below. So the discussion above does not really deal with manufacturability but with cost effective way to
    make a PCB.
  1. Where is the clearance used?
    First of all, not by the manufacturer. When the manufacturer gets your gerber data, the first thing they do is to run a DRC (design rule check) with the limits of the ordered technology. If this is OK, fine.
    They don’t care about distance or overlap of the clearance. That is an issue of the DRC in KICAD. So for the setting of the clearance two limits needs to be respected: First the design rules of the manufacturer for your selected technology, second for the operating voltage of your board (or parts of the board). The DRC will show violations of this distance, which means, that the voltage hardness is not given at that point or the technology limits are not met. The latter can be handled by redesign of change of technology. The first must be carefully redesigned (no real alternative). The mentioned differential tracks are one more sophisticated setting since you need to respect the material and layer thickness of your PCB process.

As I mentioned, with the standard settings of the KICAD suite you are on the safe side for the manufacturability for most PCB manufacturer. But if there are some deviations in clearance you need to think about electrical issues, which may have a much sever impact than manufacturability…
And this is at least the answer of the initial question: These lines are indicating the minimal distances to neighbour areas. They are indicating the design rules for the selected technology in combination with electrical requirements and can be adjusted for each project in the way it was shown above.
These lines can overlap; a design rule violation is given by the explanation above when this clearing line is overlapping any neighbour metallization (copper line, filled area, pad, via…).
These lines are used by the DRC to ensure a proper layout which fulfills all technological and electrical limitations for your project.
They are used by the auto-router too to have a proper distance to the pads, which can also block routings through two neighbour pads. By this mechanism DRC errors are mostly excluded for drawn lines.

I suppose you mean “PCB”. KiCad has footprints for some very small components, or components which many small pads, which may be too difficult for some low end manufacturers because the space between pads is so small. I don’t know if this actually is the case with most footprint/manufacturer combinations, but it’s not ruled out. On the other hand at least some manufacturers who give a certain minimum requirement may silently accept a footprint which has smaller clearances between its pads. All I can say for sure is “it depends”.

Sorry for the typo.
I personally didn’t found too much low end manufacturer which are not capable to process the default settings in KICAD for a new project: line width: 0.25 mm, spacing: 0.2 mm. This is usually the bread and butter process. This spacing is derived from the default net class and is by default applied on pads too. Using this default net class PCBs for application voltages up to 24V can be designed without violating the IPC guideline.
And yes, there are some high density packages in the footprint library which are violating these default sizes, which will be highlighted by the DRC. With this information you can decide how to continue: use a different/larger package, check/adjust the DRC limits for your envisaged manufacturer technology or switch to an improved (and mostly more expensive) technology node. But I assume, that is no typical beginners issue.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.