I have a two layer board. On this board, there’s a through hole connector. This connector has two columns and multiple rows.
The columns are labelled A and B, each row is connected internally, e.g., 1_B and 1_A are connected internally.
I connected each row on the schematic as shown in Figure 1. By doing so, it allows me to lay track between each row in Pcbnew (see Figure 2).
However, in Pcbnew, I wanted to lay tracks between row A and row B on both top and bottom layers. But what happened was, after I connect row A and row B on bottom layer, and then I do the same on top layer, the connection on bottom layer disappears. It appears to restricting the connection on one layer only.
How do I force the same connection on multiple layers?
Yes, there was a setting (forgot where it was - maybe the PCB setup) that disables this behavior. Turn it off and you can create multiple traces from the same start point to the same end point.