Creating Generic Halogen Lapm

You started from a bendable leg part which won’t work here (and which parts editor can’t correct.) You need to edit the .fzp file and change this

<views>
	<breadboardView>
	  <p terminalId="connector0terminal" legId="connector0leg" layer="breadboard" svgId="connector0pin"/>
	</breadboardView>

to

<views>
	<breadboardView>
	  <p terminalId="connector0terminal" layer="breadboard" svgId="connector0pin"/>
	</breadboardView>

to match the svg. These 2 tutorials may be a better bet:

Peter