No load components (no paste stencil opening)

Hi Community,

I would like to be able to place a symbol on the schematic, associate a footprint with it and route traces to it, but not have the paste stencil create an opening for it, i.e. I’m wanting to specify a “no load” component, so that I can provision for a component to be hand-soldered at a later date (if needed) … and not have to first clean off the solder from the lands that were present because the stencil had an opening for the component that was, as least initially, not intended to be placed.

Is there a way to specify a “no load” that generates the aforementioned outcome?

Many thanks,
Tim.

You must uncheck “F.paste” from the pads you don’t want to have paste openings.

You can check the result hiding all the layers except F.Paste Layer. I left F.Silkscreen and F.Courtyard for visual purposes.

In the end it is indeed the Front and Back Paste layers which define the holes in the solder stencil. At the moment there is no easy way to switch between different variants of the PCB. I can see a few ways to partially automate this.

  1. Write a python script in the PCB editor to modify the mask layer (that script can have a list of footprints to modify).
  2. Make two variants of a personal library for the PCB, then do a bit of file juggling to rename those libraries and then update the footprints on the PCB for a particular variant.

@Dwardo … thank you.
Tim.

@paulvdh … thank you.
Tim.

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