Which layer do I draw tracks on?

Please forgive me if this sounds like a silly question or two, but I have always drawn tracks on the default ‘F.Cu’ layer of the board. This issue is not dealt with in any of the documentation I have read including Getting Started in KiCad.

Assume single-sided PC Board.
When I create a .KICAD_PCB file in PcbNew which surface am a looking at? I have always assumed that I am looking at the top (non-copper) surface on which the detail of the F.SilkS layer will be printed.
If that is correct, then should I now draw the tracks on the B.Cu layer, i.e. on the copper (or bottom) side of the board?

Your assumptions are right, the top part of the board can be considered also the “component side”, if you indeed put your components in the upper part and only have one copper side, then the tracks should be drawn on the bottom layer. However it is just a convention, if you decide to draw your tracks and your silkscreen in the top layers to avoid the mirroring of the information, then the other side will be the “component side”.

You are looking at the component side aka. “Top” or “Front”, although you see all layers that are currently enabled.

Assuming your components are all though-hole components then yes, for a single sided board the tracks and pads should be on the bottom copper layer. It is more than a convention however, tracks on the component side of a single layer through-hole board would be difficult if not impossible to solder nor could it be manufactured by an assembly house since it could not be wave-soldered.

For surface mount components you want your tracks and pads to be on the same side as your surface mount components. If you have a mixture of surface mount and through-hole components then you either need to place your surface mount components on the bottom layer, which adds complexity to the assembly process, or use a double sided board.

And since there is seldom any difference in cost between single sided and double sided boards there is no reason to limit yourself to a single layer board, unless you plan to etch and drill the board yourself.

3 Likes

Thanks folks. Looks like I have some more redrawing to do :roll_eyes:

It depends, on your willingness to work with some text editor (that does not insert strange formatting codes or insists on having some header - I use Notepad++. Don’t even think of using Office…).
Make a backup of your board file (that’s important, please do it.), open it in the editor and work with “search and replace”. Replace F.Cu with B.Cu and save.
If all went well, the traces have changed the layer, if not and you have no idea why, use the backup and start redrawing.

Walter

Before redrawing everything, try this:

  • Drag select the entire board.
  • Right click and select “Select/Filter Selection…”
  • De-select everything except “Include tracks”
  • Right click and select “Properties…”, or simply press the “e” key.
  • Change the layer and select “OK”.

Now all the copper traces should be on the newly selected copper layer.

I just verified this works in 5.0.0-rc3-dev-14.

1 Like

All the other answers are good, but I have a question for you. Are you planning on etching (milling, etc) your own boards, or will you be sending the boards out for fabrication? The layer names are really communication from you to a board house to which layer is which. If you are your own board house you can ignore yourself and build the board the way you actually intended in the beginning. Just watch your mirroring when printing on transparency or toner transfer paper to make sure the toner is directly against the copper layer, instead of on the opposite side of what it is printed on. This should be obvious for toner transfer, but it is also important for nice sharp line edges when using photolithographic techniques.

Thanks folks. My project is not all that complex so I think the safest way is a redraw.

+1 and double sided board normally have plated through holes, which are much easier to solder and are more reliable. Single sided boards are highly prone to dry joints.

2 Likes

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