Footprint with component on other side

all footprints that I have found for MX switches (hot swappable) has the pads on the backside. For instance this one.

The problem is the when generating the position file, the component is placed on top layer and not at bulttom layer.

Is there a way to specify on which side the component shall be placed? Placing the footprint on back layer does not work as it is asymetrical (flipping it).

br

Is this a through hole device ? if it is then the pads are on all layers . . .

Sorry, I was unclear in the question.
It’s an SMD device

Just load the footprint in the Footprint Editor and modify whatever you like. Both the schematic and the footprint editors are quite good in KiCad.

The issue with this part is that the desired switch is on the top layer but fits into a (SMT) socket on the bottom layer.



To get the PCB manufactured correctly, the footprint needs updated per the last response to put the (SMT) socket on the top layer(s) in the footprint and then flipped in the layout.

In the footprint editor, select everything and hit F (Flip) sorted it for me. If you want the 3D view to be correct, you will need to change the 3D model position manually.

1 Like

OK, so it’s SMD, so you can place the footprint then go into the properties of each pad and change the layer it’s on . . . although flipping is usually the correct way to do it for an SMD part otherwise, for a non symmetrical part, the orientation will be wrong.

Thanks,
I tried that and it works, though I was hoping to do that.
The down side is the “mental” challenge to draw foot prints in the editor.

Maybe a feature request for future KiCad version, to be able to specify which side the component should be placed :slight_smile:

Hi, thanks for the reply

Yes, but the steps that works as expect is to flip the component in the editor, then flip it again when placing in pcb editor

br

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