Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Can you help me how to make a soldering pad in any shape? circle, triangles, custom?
Solved! Go to Solution.
Can you help me how to make a soldering pad in any shape? circle, triangles, custom?
Solved! Go to Solution.
Circular SMD pads are already supported in the footprint editor.
For other weird shapes, I would draw them in AutoCAD/LibreCAD, export in DXF, then import the DXF in the footprint editor on the Top layer (layer 1). The DXF will only contain the outline, but if you want the entire shape to be filled I would use AutoCAD to add a line hatching (Hatching or Filling Objects or Areas tutorial), then use the Explode command to turn the hatching into lines. Importing the DXF now will result in importing both the outline and a fill made of lots of lines. It's an ugly workaround, but I haven't found anything better. Note: the line hatching must be quite dense, otherwise you'll end up with holes in the fill when importing it.
I usually follow this procedure to import SVG or DXF logos on silkscreen layers.
Hi @tattoome.eu,
I hope you're doing well. Within the library editor you can build up an arbitrary pad shape using polygons. The procedure provided by @marcocipriani01 is sound. The only thing I would change is that you only import the outline of the padshape you want. Then you can use the convert outline to polygons functionality to make the polygons for you.
Best Regards,
I have a question regarding using polygons to make a "corner" shape. I cannot get the polygon to adjoin to the Net5 on this pad. I cannot use another software package and must use Fusion 360.
How do I make this pad size joining these two rectangles?
Hi @connor_d_brown3 ,
This is not too difficult to do in Fusion. The trick is to draw the l-shape as polygon on the top copper layer. Copy it to the Soldermask and Stencil layers so that the pad will be exposed properly. Then within the boundary of the polygon place a small SMD, that becomes the anchor of the arbitrary pad shape.
For more info check out this article.
Let me know if there's anything else I can do for you.
Best Regards,