I’m to make a board that is largely SMD components on one side and a ground plane on the other… except there are couple of through hole parts to be installed on the ground plane side. When selecting a symbol to be placed, where can I specify on which side of the board it will appear? Realizing that the footprint will be a mirror image from what it would be if it was on the SMD side.
Perhaps a related issue, but when I started routing traces between the SMD components, the router would not allow traces on the “red” side of the board. There was no conflict to make that necessary, I had already routed most of the “blue” side before that started happening.
Feeling that I have missed something very fundamental here.
Apologies, I mis-spoke. I want all of the traces on the blue side. In the course a placing traces, I could not get KiCAD to allow my next blue trace; it instead insisting to run the trace on the red side. The red side is my ground plane.
I’m on the blue side. When I go to place a track, the curser shows a red track and the layer indicator is suddenly red. I hit Esc, and the layer indication returns to blue.
If you are trying to create a track from a SMD footprint that is on the front aka “red side” layer then you will need to add a via to transfer from the red side to the blue side to continue.
When I opened up the PCB editor, I “assumed” that I was working on the blue side and I was placing components (er, footprints!).on the blue side. My ground plane would be the red side. Is it possible that KiCAD won’t work like that?
You do not specify this in the schematic. When footprints are placed on the PCB, they are on the Front (red) by default. As thebigg mentioned, when footprints are selected, and you press f, then they are flipped to the other side of the PCB.
Putting SMT on the front, and the GND plane on the back is the traditional method. It improves the resemblance to what KiCad shows, and what you get when ordering. It’s also (arguably) easier for manufacturing of the PCB.
Also: When you start routing a track from an SMT pad, KiCad automatically switches to the same layer as which the pad is on. Regardless of whether the Front or the Back is currently the active layer. So first do the footprint placement, then route the tracks.
If it was me making my PCB, I’d place all the smd and tracks and flipped tht on the red side, then, when assembled, mount the PCB upside down.
This would save a lot of messing around.