Two terminals seem shorted in SCH on a newly created part

There is a bus (internal connection in parts editor) between connector0 and connector2 that you probably don’t want. I don’t use parts editor, and I don’t know of a way to remove a bus connection in parts editor (but there may be one!) For this part I edited the part.albe_f55c683d021816305e13ff8763302f7a_5.fzp

in the unzipped .fzpz file and removed the bus definition:

 <buses> 
  <bus id="tip">
    <nodeMember connectorId="connector2"/>
     <nodeMember connectorId="connector0"/>
 </bus>
</buses>

to leave

 <buses>
</buses>

ran it through FritzingCheckPart.py to clean it up (and added missing layerIds in breadboard and schematic. Moved the connectors in schematic to be on .1in boundaries and changed the order of copper1 and silkscreen in pcb to produce this new part:

Audio Jack (TRRS) 3.5mm-improved.fzpz (8.5 KB)

Since I didn’t change the moduleId on this part you will need to delete your current one (and then shut fritzing down to really delete it!) to load this one.

A tutorial on making parts by editing the files is available here:

Peter