I'm working on a project in KiCad.
I have a connector that has multiple connections for GND, +5V, and +12V (all set to type: Power Output) in order to increase the maximum current. However, I don't know how to tell eeSchema that I want to do this.
When I connect them all to GND
, +5V
, and +12V
(respectively), I get the error ErrType(5): Conflict problem between pins. Severity: error
and it tells me that the power pins from the connector are connected to each other - just the way I want it.
Is it possible to acheive this without editing the connector schematic or should I change the pin types to passive
for all except one on each plane?