Why are DIY PCB components placed at right angles?

Having designed a few PCBs in my time, including some with components at weird angles, I'll give you a quick summary of my experience.

As I see it, there are several reasons to stick to 90 degree angles.

  1. Grids - If you are trying to route everything nicely on a grid, then having off-angles is a pain in the neck as stuff no longer lines up with the grid. Each time you then try to move the component around, you have to redraw the traces to get the trace back on a grid so you can route the rest of it. This is a real pain in Eagle, though not so much in other software where the traces are more fluid (e.g. Mentor Xpedition).

  2. Escape Routing - This is especially true for SMD components with many pins. As you try to bring the trace out, if you are sticking to a 45 degree routing pattern for traces, you end up having to zig-zag all over the place to try and get the traces out which is just a mess.

  3. Machine Assembly - As @PlasmaHH points out in the comments, some pick and place machines can't handle arbitrary angles. Many are limited to just orthogonal placement, while others to 45 degrees. This may more may not be applicable to DIY boards depending on whether you are planning on hand or machine soldering.

  4. Soldering - Laying components down that are at all sorts of angles can be a pain. I find it much easier to have everything orthogonal as you can tape the PCB down or put it in a holder, and then just solder each in turn. Though this one is somewhat subjective.

  5. Aesthetics - Someone once said to me that if a PCB looks neat, it will work good. That's not entirely true, but it is a good thing to keep in mind. It requires some care and attention to lay out a PCB neatly, with traces kept nicely at 45 degree angles, neat routing of data buses, and so forth. This attention to detail and extra time spent increases the likelihood that you will spot any mistakes.

    Why do I mention this? Personally I find PCBs with traces going off at all sorts of odd angles, and components placed off-grid at odd angles, just look messy or rushed.

Now in some cases, especially TQFP or QFN packages, it is far easier to place them on a 45 degree angle. This actually makes escape routing much easier and more compact as you can go out easily in any of the 4 orthogonal directions after a short 45 degree trace. Notice how in the below image at the top right of the TQFP package, you can actually route the pins onto a 90 degree routing grid within the border of the IC.

Furthermore, some times space restrictions necessitate odd angles. Normally I would stick all passive resistors and caps orthogonally. In some cases, if for example a data bus with terminations is running on a 45 degree grid, it becomes necessary to rotate the passives to match to avoid increasing the overall size massively. Notice also in the image below that I placed the crystal at 45 degrees to match the TQFP package.

TQFP at 45 Degrees

There are cases where I have put components on odd angles. However I only tend to do this if there is a very specific reason. One example is if you need to place LEDs in a pattern - for example edge mount on a circle. In this case it is necessary to put them on angles. I show this as an example below.

Example PCB

In fact you may notice that many of the components are rotated as well. This is indeed the case, and it is also another specific case. In this design, there are 11 copies of the exact same subsystem, each containing 32 degrees of LEDs in a circle. The individual sections were designed with all components but the LEDs placed orthogonally. 11 rotated copies were then placed to build up the circle. In this case components are not orthogonal over the whole design, but they are orthogonal in their sub-block.


Some components are mechanically significant, as the O.P. have already gleaned. But majority of the PCB component (resistors, capacitors, small signal transistors, OpAmps, logic ICs) aren't mechanically significant. With these non-mechanically-significant components dense and convenient packing is often the goal. Most PCB components can be approximated with a rectangle. This is why PCB layout software defaults to right angle horizontal-vertical rotation.

Having said that, all PCB layout packages1 which I've used had a way of assigning an arbitrary rotation angle to any component. This is important for mechanically significant components. Automated pick&place assembly machines can place components at arbitrary angles as well.

enter image description here

On this board, most of the bottom (blue) layer components are at oblique angles. They are mechanically significant. All of the top (red) layer components are placed at right angles, because they aren't mechanically significant.

1OrCAD, Eagle, Altium. The layout in the illustration was done with Eagle.


A compelling reason to place two lead surface mounted components parallel with respect to one another and perpendicular to the printed circuit board travel into the oven is too prevent the tombstone effect. Tombstoning is when uneven heating melts solder at the leading lead pulling the surface mounted component into a standing position.

enter image description here

The question was specifically for do it your self printed circuit boards. So Tombstoning may not be an immediate concern. However it would be good to create manufacturable boards just in case.

Tags:

Cad

Pcb Design